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 3192d46768
add .gitignore, update deploy.yml
5 years ago
.github/workflows add .gitignore, update deploy.yml 5 years ago
code ch1-3 完成 Channel 基础代码,还需要调整注释。 5 years ago
docs ch01-02:添加进程对象及错误定义代码 5 years ago
.gitignore add .gitignore, update deploy.yml 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