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.
 
 
Runji Wang bdf8e75f33
Merge pull request #1 from wfly1998/master
6 years ago
.github/workflows GitHub Actions 自动部署 6 years ago
docs 添加文件路径 添加链接 修改部分代码块 6 years ago
zcore 完成内核对象一节 6 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