element76 icon indicating copy to clipboard operation
element76 copied to clipboard

A kernel written in Rust

element76

Build Status

An operating system written in Rust

Build instructions

Setup rust nightly and install i686 target:

rustup override nightly
rustup target add i686-unknown-linux-gnu

Compile:

  • make

Run:

  • make run