x86_fatal_exception
void x86_fatal_exception(iframe* frame);
table[2] = x86_fatal_exception; // NMI Interrupt
table[7] = x86_fatal_exception; // Device Not Available Exception (#NM)
table[9] = x86_fatal_exception; // Coprocessor Segment Overrun
table[10] = x86_fatal_exception; // Invalid TSS Exception (#TS)
table[11] = x86_fatal_exception; // Segment Not Present (#NP)
table[12] = x86_fatal_exception; // Stack Fault Exception (#SS)
table[18] = x86_fatal_exception; // Machine-Check Exception (#MC)
table[2] = x86_fatal_exception; // NMI Interrupt
table[7] = x86_fatal_exception; // Device Not Available Exception (#NM)
table[9] = x86_fatal_exception; // Coprocessor Segment Overrun
table[10] = x86_fatal_exception; // Invalid TSS Exception (#TS)
table[11] = x86_fatal_exception; // Segment Not Present (#NP)
table[18] = x86_fatal_exception; // Machine-Check Exception (#MC)