public static void ShowBootscreen( string OSname, Bootscreen.Effect efx, ConsoleColor color, int ticks = 10000000 ) { Bootscreen.Show(OSname, efx, color, ticks); }
public static void ShowBootscreen(this Cosmos.System.Kernel krnl, string OSname, Bootscreen.Effect efx, ConsoleColor color, int ticks = 10000000) { Bootscreen.Show(OSname, efx, color, ticks); }