Expand description
x86_64 interrupt infrastructure: exception handlers, IRQ handlers, and PIC initialization.
Authors: MarioS271
Modulesยง
- exceptions ๐
- x86_64 CPU exception handlers (vectors 0โ30).
- irqs ๐
- x86_64 hardware IRQ handlers (PIC-remapped vectors 32+).
- pic ๐
- 8259 Programmable Interrupt Controller (PIC): remaps hardware IRQ vectors and signals end-of-interrupt.