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 b2b227f860
更新依赖和工具链版本,调整代码目录结构
5 years ago
.github/workflows GitHub Actions 自动部署 6 years ago
code/ch01-01 更新依赖和工具链版本,调整代码目录结构 5 years ago
docs 更新依赖和工具链版本,调整代码目录结构 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