⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

halt

Function halt 

Source
pub fn halt() -> !
Expand description

Halt the CPU. Used by panic/shutdown paths via crate::arch::halt().