os_rust:我自己的用Rust编写的操作系统 源码
Rust中的Polyglot编程器OS 我自己的操作系统,很有趣。 我无法创造的东西,我听不懂。 -理查德·费曼(Richard Feynman) 要求 Rust每晚1.52.0 重要笔记 要创建可引导映像,我们只需要点击一个命令即可: > cargo bootimage 要运行我们的可引导映像,我们需要点击QEMU提供的命令: > qemu-system-x86_64 -drive format=raw,file=bootimage-os_rust.bin 代码基于:
文件列表
os_rust-master.zip
(预估有个12文件)
os_rust-master
.gitignore
8B
README.md
1KB
bootimage-os_rust.bin
81KB
Cargo.toml
344B
x86_64-os-in-rust.json
424B
MAINTAINERS
48B
LICENSE
1KB
src
vga_buffer.rs
6KB
暂无评论