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.