pub extern "x86-interrupt" fn handler<const VEC: usize>(
isf: InterruptStackFrame,
)Expand description
Panic identifying the impossible vector (VEC) that fired, with the interrupt stack frame.
pub extern "x86-interrupt" fn handler<const VEC: usize>(
isf: InterruptStackFrame,
)Panic identifying the impossible vector (VEC) that fired, with the interrupt stack frame.