Skip to main content

Module emergency_console

Module emergency_console 

Source
Expand description

Synchronous emergency text output.

This is the only public console path for panic, oops, and other contexts that cannot sleep. It performs direct synchronous hardware output and never waits for the serial worker or acquires a sleepable lock. When runtime ownership has not been committed yet, it uses the platform early console.

Functionsยง

write_fmt
Synchronously writes one formatted emergency record.