[][src]Module obsidianos_kernel::irq

Interrupts management

Modules

handlers

Functions which are called when an interrupt or an exception happens

id

The interrupt's numbers

idt

The Interrupt Descriptor Table (IDT) which describes which handler must be called when an interrupt happens (see OSDEV)

macros

Defines some helper macros to define exceptions