Crate exceptions_early
source ·Expand description
Early exception handlers that do nothing but print an error and hang.
Statics
- An initial Interrupt Descriptor Table (IDT) with only very simple CPU exceptions handlers. This is no longer used after interrupts are set up properly, it’s just a failsafe.
Functions
- exception 0x08
- Initializes an early IDT with a basic set of early exception handlers that print out basic information when an exception occurs, mostly for debugging.