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

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
teodori
Member
Member
Posts: 103
Joined: Wed Nov 14, 2012 4:55 pm

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

Post 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.
teodori
Member
Member
Posts: 103
Joined: Wed Nov 14, 2012 4:55 pm

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

Post 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
Post Reply