文件名称:thermiteos:用Rust构建的实验性操作系统
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-06 21:08:04
Rust
Thermiteos 一个使用Rust构建的实验性操作系统。 该项目基于Philipp Oppenheimer在上发表的优秀博客文章。 建造 通过货物建造Thermiteos: cargo build 跑步 您可以通过运行thermiteos。 安装QEMU之后,您可以通过以下方式运行thermiteos: cargo run 测试 测试热敏电阻需要 。 安装QEMU之后,您可以通过货物运行测试: cargo test
【文件预览】:
thermiteos-main
----.gitignore(170B)
----src()
--------main.rs(1KB)
--------serial.rs(948B)
--------vga.rs(4KB)
----.cargo()
--------config.toml(206B)
----Cargo.toml(482B)
----.github()
--------workflows()
----README.md(514B)
----x86_64-thermiteos.json(424B)