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.
 
 
Yu Chen 479346f6e1
update rust-toolchain to nightly-2021-07-27
5 years ago
.github/workflows add .gitignore, update deploy.yml 5 years ago
code update rust-toolchain to nightly-2021-07-27 5 years ago
docs ch01-02:添加进程对象及错误定义代码 5 years ago
.gitignore update .gitignore 5 years ago
README.md 编写 README.md 6 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