Constant hermit::kernel::idt::IDT_ENTRIES[][src]

pub const IDT_ENTRIES: usize = 256;
Expand description

Declare an IDT of 256 entries. Although not all entries are used, the rest exists as a bit of a trap. If any undefined IDT entry is hit, it will cause an “Unhandled Interrupt” exception.