You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
5 years ago | |
|---|---|---|
| .github/workflows | 6 years ago | |
| code | 5 years ago | |
| docs | 5 years ago | |
| README.md | 5 years ago | |
README.md
zCore Tutorial
仓库目录
docs/: 教学实验指导zcore: 操作系统代码
实验指导
基于 mdBook,目前目前已经部署到了 GitHub Pages 上面。
文档本地使用方法
git clone https://github.com/rcore-os/zCore-Tutorial.git
cd zCore-Tutorial
cargo install mdbook
mdbook serve docs
code
code目录下的rust-toolchain内容为nightly。原则上,我们会采用rustc最新的版本。目前的版本信息如下:
rustc 1.55.0-nightly (952fdf2a1 2021-07-05)