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

pub const IDT_ENTRIES: usize = 256;

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.