AX/2 is a toy operating system project - a kernel and small userspace built in Rust for modern AMD64 computers. It is not a UNIX, and does not attempt to be compatible with existing software.
The project is not strictly NIH, but I do aim to build my own versions of things in-tree. Small
libraries, especially in tools like xtask, are pulled in relatively freely.
Major external components include:
uefi-rs- Provides Rust bindings to UEFIacpi- A pure-Rust ACPI implementation (maintained primarily be me)
AX/2 is licensed under the Mozilla Public License 2.0 (MPLv2).