Back to Projects

Overview

a9n_abi is a Rust crate containing ABI definitions for calling A9N Microkernel from user-level software. It centralizes the calling conventions and layouts at the kernel boundary.

What it provides

Role in the A9N Project

It fixes the A9N kernel interface in a form usable from Rust. Higher-level runtimes such as Nun issue kernel calls through this crate.

Technical details

Type

Rust crate

Dependency

a9n_types

License

MIT

Related projects