Skip to content

nereusfoundation/nereus-os

Repository files navigation

nereus os

A x86-64 hobby operating system written entirely from scratch in Rust.

Getting Started

Prerequisites

  • A computer or virtual machine with UEFI support.
  • A Rust toolchain installed via rustup.
  • QEMU (for testing)

Cloning the Repository

Clone the repository to your local machine:

git clone https://github.com/nereusfoundation/nereus-os.git
cd nereus-os

Running

To change the default configuration, use -h for more options.

QEMU

cargo run -- --release

Real Machine

sudo -E cargo run -- --run-option usb --usb /dev/<device> --release

About

x86-64 operating system written in Rust

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •