Function exceptions_full::init

source ·
pub fn init(idt_ref: &'static LockedIdt)
Expand description

Initialize the given idt with fully-featured exception handlers.

This only sets the exception Entrys in the IDT, i.e., entries from 0 to 31 (inclusive). Entries from 32 to 255 (inclusive) are not modified, as those are for custom OS-specfici interrupt handlers.