Skip to main content

Module idt

Module idt 

Source
Expand description

Interrupt Descriptor Table (IDT) for Strat9-OS

Handles CPU exceptions and hardware IRQs. Inspired by MaestroOS idt.rs and Redox-OS kernel.

Modules§

irq
IRQ interrupt vector numbers (PIC1_OFFSET + IRQ number)

Functions§

init
load
register_ahci_irq
Register the AHCI storage controller IRQ handler.
register_lapic_timer_vector
Register the Local APIC timer IRQ vector to use the timer handler.
register_virtio_block_irq
Register the VirtIO block device IRQ handler