rustberry
1.0.0
這是用Rust寫的Raspberrypi 3的WIP內核。一些代碼是從斯坦福大學獲得的。
您將在每晚的生鏽安裝中。最快的方法是使用Ruspup。您還需要一些工具,可以使用以下方式安裝整個工具鏈
$ 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 makemake 要在Qemu中運行內核,您可以運行(您需要QEMU):
make runqemu-system-aarch64 -kernel build/kernel8.img -M raspi3 -serial null -serial mon:stdio make test