oxide
oxide copied to clipboard
:computer: A toy operating system built with Rust
Oxide | Operating System built with Rust
My ramblings in the world of OS development using the Rust programming language.
Dependencies
- Rust, installed using https://www.rustup.rs
- Xargo
- xorriso
- autoconf
- automake
Setup
Build the cross-compiler toolchain and GRUB using:
./build_tools.sh
Use the latest nightly build of rust:
rustup override add nightly
Resources Used
- Philipp Oppermann's Writing an OS in Rust series of blog posts
- Eric Kidd's Bare Metal Rust blog posts