Page 2 of 2

Re: exception(): 3rd (14) exception with no resolution

Posted: Sun Nov 17, 2013 12:00 pm
by teodori
Ok found out that some interrupts from CPU need special attention, it's not enough to only catch the exception with a simple function... My interrupt handlers are until now only test functions, which I still need to implement correctly.

Re: exception(): 3rd (14) exception with no resolution

Posted: Tue Jan 14, 2014 5:42 pm
by teodori
Now I know. Here is a list:

Code: Select all

0x00 Divide Error
0x01 Debug
0x02 NMI Interrupt
0x03 Breakpoint
0x04 Overflow
0x05 BOUND Range Exceeded
0x06 Invalid Opcode
0x07 Device Not Available
0x08 Double Fault
0x09 Coprocessor Segment Over
0x0a Invalid TSS
0x0b Segment Not Present
0x0c Stack Fault
0x0d General Protection
0x0e Page-Fault
0x0f Undefined
0x10 x87 FPU Error
0x11 Alignment Check
0x12 Machine-Check
0x13 SIMD Floating-Point