ABI Overview

The canonical ABI definitions live in workspace/abi (strat9-abi crate).

Focus modules:

  • strat9_abi::syscall for syscall numbers
  • strat9_abi::data for shared wire/data structs
  • strat9_abi::flag for ABI-level flags
  • strat9_abi::errno for error codes
  • strat9_abi::boot for boot handoff ABI

API reference: