Skip to main contentCrate strat9_abi
Source - boot
- Bootloader-to-kernel handoff ABI.
- data
- ABI data structures shared between kernel and userspace.
- errno
- Strat9 OS error codes (errno values).
- flag
- ABI-level flags for syscalls and data structures.
- ip
- IPv4/IPv6 literal parsing helpers.
- ipc
- IPC handshake protocol for connection negotiation.
- ipc_codec
- Low-level helpers for encoding/decoding
IpcMessage payloads. - ipc_payload
- Typed
repr(C) payload structs for fixed-size IPC messages. - syscall
- Syscall number definitions for Strat9 OS.
- ABI_VERSION_MAJOR
- ABI_VERSION_MINOR
- ABI_VERSION_PACKED
- Packed return format for
SYS_ABI_VERSION: (major << 16) | minor.