pub extern "x86-interrupt" fn handler(
isf: InterruptStackFrame,
error_code: PageFaultErrorCode,
)Expand description
Panic with the faulting address (from CR2), the error code, and the interrupt stack frame.
pub extern "x86-interrupt" fn handler(
isf: InterruptStackFrame,
error_code: PageFaultErrorCode,
)Panic with the faulting address (from CR2), the error code, and the interrupt stack frame.