oxide icon indicating copy to clipboard operation
oxide copied to clipboard

:computer: A toy operating system built with Rust

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

  • 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