rustberry
1.0.0
This is a WIP kernel for RaspberryPi 3 written in Rust. Some code is taken from this Stanford class.
You will nedd a nightly Rust installation. The fastest way is to use rustup. You will also need some tools, you can install the whole toolchain with:
$ curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly
$ rustup component add rust-src llvm-tools-preview
$ cargo install cargo-xbuild cargo-binutilsDEBUG=1 makemakeTo run the kernel in QEMU you can either run (you will need QEMU):
make runqemu-system-aarch64 -kernel build/kernel8.img -M raspi3 -serial null -serial mon:stdiomake test