Function exceptions_early::double_fault_handler
source · pub extern "x86-interrupt" fn double_fault_handler(
stack_frame: InterruptStackFrame,
error_code: u64
) -> !Expand description
exception 0x08
Note: this is pub so we can access it within interrupts::init().