pub struct Idt {
table: Once<InterruptDescriptorTable>,
}Expand description
The single kernel IDT; must not move after loading (the CPU holds its address).
Fields§
§table: Once<InterruptDescriptorTable>pub struct Idt {
table: Once<InterruptDescriptorTable>,
}The single kernel IDT; must not move after loading (the CPU holds its address).
table: Once<InterruptDescriptorTable>