Skip to main content

Module types

Module types 

Source
Expand description

Shared kernel types: IrqMutex, FmtBuffer, AlignedStack, and panic codes.

Authors: MarioS271

Modulesยง

aligned_stack ๐Ÿ”’
16-byte-aligned stack backing storage.
fmt_buffer ๐Ÿ”’
Fixed-capacity formatting buffer for no-alloc contexts.
irq_mutex ๐Ÿ”’
Interrupt-aware spinlock (IrqMutex).
panic_codes ๐Ÿ”’
Panic codes for classifying kernel panics.