Skip to main content

Module idt

Module idt 

Source
Expand description

Interrupt Descriptor Table (IDT): maps every interrupt vector to its handler and loads the table into the CPU.

Authors: MarioS271

Structsยง

Idt
The single kernel IDT; must not move after loading (the CPU holds its address).