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