marcel_os

Function hlt_loop

Source
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.