private void Level_4() { UserSystem.Login("System", "010101"); Thread.Sleep(1000); try { BootScreen.Boot(); } catch (Exception e) { KernelException ess = new KernelException(e.Message + "\n IL Exception", new IRQSafeContext()); RSoD.Push(ess, true); } }
public static void HandleInterrupt_0E(ref IRQContext aContext) => RSoD.Push("Page Fault Exception", " ", true);
public static void HandleInterrupt_0F(ref IRQContext aContext) => RSoD.Push("Unknown Interrupt Exception", " ", true);
public static void HandleInterrupt_0B(ref IRQContext aContext) => RSoD.Push("Segment not present", " ", true);
public static void HandleInterrupt_0D(ref IRQContext aContext) => RSoD.Push("General Protection Fault", "GPF", true);
public static void HandleInterrupt_13(ref IRQContext aContext) => RSoD.Push("SIMD Floating Point Exception", " ", true);
public static void HandleInterrupt_0A(ref IRQContext aContext) => RSoD.Push("Bad TSS Exception", " ", true);
public static void HandleInterrupt_11(ref IRQContext aContext) => RSoD.Push("Alignment Exception", " ", true);
public static void HandleInterrupt_12(ref IRQContext aContext) => RSoD.Push("Machine Check Exception", " ", true);
public static void HandleInterrupt_05(ref IRQContext aContext) => RSoD.Push("Out of Bounds Exception", " ", true);
public static void HandleInterrupt_09(ref IRQContext aContext) => RSoD.Push("Coprocessor Segment Overrun Exception", " ", true);
public static void HandleInterrupt_04(ref IRQContext aContext) => RSoD.Push("Into Detected Overflow Exception", "", true);
public static void HandleInterrupt_03(ref IRQContext aContext) => RSoD.Push("Breakpoint Exception", " ", true);
public static void HandleInterrupt_02(ref IRQContext aContext) => RSoD.Push("Non Maskable Interrupt Exception", " ", true);
public static void HandleInterrupt_01(ref IRQContext aContext) => RSoD.Push("Debug Exception", " ", true);
public static void HandleInterrupt_00(ref IRQContext aContext) => RSoD.Push("Divide by zero Exception", "YOU JUST CREATED A BLACK HOLE!", true);