This is the main repository for the RiptideOS project. Riptide is a hobby OS written from scratch in Rust. The goal of this project is to create a POSIX compliant kernel and accompanying desktop operating system for the modern era.
To run RiptideOS locally, you can use QEMU to emulate an x86 CPU. Install it form here. To create a bootable disk image, you will also need bootimage
. Install it like so:
cargo install bootimage
Once the prerequisites are installed, you should just be able to run with cargo:
cargo run