文件名称:rustberry:用Rust编写的RaspberryPi 3小型操作系统
文件大小:27KB
文件格式:ZIP
更新时间:2024-05-20 13:20:01
rust kernel os raspberry rpi3
Rustberry操作系统 这是用Rust编写的RaspberryPi 3的WIP内核。 一些代码是从这个。 要求 您将需要每晚进行一次Rust安装。 最快的方法是使用 。 您还将需要一些工具,可以使用以下方法安装整个工具链: $ curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain nightly $ rustup component add rust-src llvm-tools-preview $ cargo install cargo-xbuild cargo-binutils 建造 要构建调试内核: DEBUG=1 make 要构建发布内核: make 跑步 量化宽松 要在QEMU中运行内核,您可以运行(您将需要QEMU): make run qemu-system-aarch64 -kernel bu
【文件预览】:
rustberry-master
----Cargo.toml(387B)
----layout.ld(729B)
----Cargo.lock(3KB)
----src()
--------memory()
--------main.rs(1KB)
--------io()
--------asm()
--------lib.rs(965B)
--------arch()
----aarch64-none-elf.json(739B)
----LICENSE.md(1KB)
----README.md(840B)
----Makefile(1KB)
----.gitignore(24B)