[−][src]Function sunrise_bootstrap::gdt::i386::instructions::tables::lidt
pub unsafe fn lidt(idt: &DescriptorTablePointer)
Load IDT table.
Safety
The idt argument must be a valid table pointer, containing a pointer in physical memory to a correct IDT. The meaning of a "correct IDT" is left as an exercise to the reader.