A tiny OS kernel written in rust.
-
Install
bash on Ubuntu on Windows
and putnasm
,qemu
to yourPATH
. -
Install
rustup
and installrust-nightly
. -
Add
i686-unknown-linux-gnu
target$ rustup target add i686-unknown-linux-gnu
-
- Run
$ make run
- Build
$ make all
- Build & run
$ make dev
- Run