Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.04 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.04 KB

Oxide | Operating System built with Rust

Travis CI Dependencies GitHub tag GitHub issues Maintenance

My ramblings in the world of OS development using the Rust programming language.

Dependencies

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