marcel_os::interrupts

Function init_idt

Source
pub fn init_idt()
Expand description

Initializes the Interrupt Descriptor Table (IDT) and loads it into the CPU’s IDT register. The IDT contains the handlers for various exceptions and interrupts in the system.