Skip to main content

kernel_panic

Function kernel_panic 

Source
pub fn kernel_panic(panic_code: PanicCode, panic_message: &str) -> !
Expand description

Halt the kernel with a diagnostic message; re-entrant calls skip straight to the halt loop.