Beispiel #1
0
 public static void HandleInterrupt_08(ref IRQContext aContext)
 {
     Bluescreen.Init("Double Fault Exception", " ", true);
 }
Beispiel #2
0
 public static void HandleInterrupt_06(ref IRQContext aContext)
 {
     Bluescreen.Init("Invalid Opcode", " ", true);
 }
Beispiel #3
0
 public static void HandleInterrupt_07(ref IRQContext aContext)
 {
     Bluescreen.Init("No Coprocessor Exception", " ", true);
 }
Beispiel #4
0
 public static void HandleInterrupt_04(ref IRQContext aContext)
 {
     Bluescreen.Init("Into Detected Overflow Exception", "", true);
 }
Beispiel #5
0
 public static void HandleInterrupt_05(ref IRQContext aContext)
 {
     Bluescreen.Init("Out of Bounds Exception", " ", true);
 }
Beispiel #6
0
 public static void HandleInterrupt_02(ref IRQContext aContext)
 {
     Bluescreen.Init("Non Maskable Interrupt Exception", " ", true);
 }
Beispiel #7
0
 public static void HandleInterrupt_03(ref IRQContext aContext)
 {
     Bluescreen.Init("Breakpoint Exception", " ", true);
 }
Beispiel #8
0
 public static void HandleInterrupt_00(ref IRQContext aContext)
 {
     Bluescreen.Init("Divide by zero Exception", "YOU JUST CREATED A BLACK HOLE!", true);
 }
Beispiel #9
0
 public static void HandleInterrupt_01(ref IRQContext aContext)
 {
     Bluescreen.Init("Debug Exception", " ", true);
 }
Beispiel #10
0
 public static void HandleInterrupt_11(ref IRQContext aContext)
 {
     Bluescreen.Init("Alignment Exception", " ", true);
 }
Beispiel #11
0
 public static void HandleInterrupt_12(ref IRQContext aContext)
 {
     Bluescreen.Init("Machine Check Exception", " ", true);
 }
Beispiel #12
0
 public static void HandleInterrupt_10(ref IRQContext aContext)
 {
     Bluescreen.Init("Coprocessor Fault Exception", " ", true);
 }
Beispiel #13
0
 public static void HandleInterrupt_0F(ref IRQContext aContext)
 {
     Bluescreen.Init("Unknown Interrupt Exception", " ", true);
 }
Beispiel #14
0
 public static void HandleInterrupt_0B(ref IRQContext aContext)
 {
     Bluescreen.Init("Segment not present", " ", true);
 }
Beispiel #15
0
 public static void HandleInterrupt_0A(ref IRQContext aContext)
 {
     Bluescreen.Init("Bad TSS Exception", " ", true);
 }
Beispiel #16
0
 public static void HandleInterrupt_09(ref IRQContext aContext)
 {
     Bluescreen.Init("Coprocessor Segment Overrun Exception", " ", true);
 }