根据教程 Writing an OS in Rust 实现的 OS 内核。 Rust 版本:使用 nightly toolchain(部分 feature 需要 nightly 支持) 构建命令:cargo build 运行方式:cargo run(默认通过 qemu 启动内核)