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/nebulafoundation/nebula-os.git
cd nebula-os
make run release=true
make usb USB_DEVICE=/dev/<device> release=true
Makefile will later be replaced by proper boot utility