Skip to main content

Module types

Module types 

Source
Expand description

General Kernel Types like PackedU8 or FmtBuffer

Authors: MarioS271

Modulesยง

aligned_stack ๐Ÿ”’
16-byte-aligned stack storage, used for things like x86_64 IST stacks
boot_info ๐Ÿ”’
Boot Info Struct (and all necessary types for it), used to call kernel_main
fmt_buffer ๐Ÿ”’
Fixed-capacity formatting buffer for no-alloc contexts
packed_u8 ๐Ÿ”’
Packed u8; store multiple values shorter than 8 bits in one byte
user_slice ๐Ÿ”’
Untrusted userspace slice