Kernel and associated bootloaders for the Oro Operating System,
a general-purpose, minimal, and novel microkernel operating system written in Rust.
« oro.sh | discord | x »
This is the home of the Oro Operating System kernel and bootloader crates. All code necessary to build and run the kernel is provided in this repository.
Caution
The Oro Operating System is currently in the early stages of development. It is not yet suitable for use in a production environment.
The kernel is built standalone and used as a module for a bootloader entry point. The kernel does not support being booted to directly.
To build the kernel itself:
cargo kernel-x86_64
cargo kernel-aarch64
To build a bootloader:
cargo limine-x86_64
cargo limine-aarch64
The Oro kernel is thoroughly documented. You may generate a local copy of the documentation with:
cargo oro-doc-x86_64 --open
cargo oro-doc-aarch64 --open
If you have found a vulnerability within the Oro kernel or any of the associated crates included in this repository, please do not open an issue and instead consult SECURITY.md for instructions on how to responsibly disclose your findings.
The Oro Operating System kernel is © 2016-2024 by Joshua Lee Junon, and licensed under the Mozilla Public License 2.0.