pub fn hlt_loop() -> !
Expand description
A simple infinite loop that halts the CPU. This is typically used when the kernel encounters an error or after the test suite completes.
pub fn hlt_loop() -> !
A simple infinite loop that halts the CPU. This is typically used when the kernel encounters an error or after the test suite completes.