Skip to main content

Module interrupts

Module interrupts 

Source
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.