Interrupts Tutorial: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Line 532: Line 532:
Klakap
Klakap
==Exceptions==
==Exceptions==
To add exceptions, treat them like interrupts. the interrupts are between 32 and 47 IIRC, the exceptions are between 0 and 31. add them and the handlers to your IDT. To prove you understood this tutorial, implement them yourself.
To add exceptions, treat them like interrupts. the interrupts are between 32 and 47, the exceptions are between 0 and 31. add them and the handlers to your IDT. To prove you understood this tutorial, implement them yourself.


==See also==
==See also==