Function rstubs::interrupts::idt::double_fault
source ยท extern "x86-interrupt" fn double_fault(
stack: InterruptStack,
error: u32,
) -> !
Expand description
A double fault is a special exception that occurs when the CPU fails to invoke an exception handler. By handling this we prevent a system reset.