pub const DOUBLE_FAULT_IST_INDEX: u16 = 0;
Expand description
The index of the Double Fault handler in the Interrupt Stack Table (IST). This is used to define the stack for the Double Fault interrupt.
pub const DOUBLE_FAULT_IST_INDEX: u16 = 0;
The index of the Double Fault handler in the Interrupt Stack Table (IST). This is used to define the stack for the Double Fault interrupt.