A x86-64 hobby operating system written entirely from scratch in Rust.
- A computer or virtual machine with UEFI support.
- A Rust toolchain installed via rustup.
- QEMU (for testing)
Clone the repository to your local machine:
git clone https://github.com/nereusfoundation/nereus-os.git
cd nereus-os
To change the default configuration, use -h
for more options.
cargo run -- --release
sudo -E cargo run -- --run-option usb --usb /dev/<device> --release