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 87123f4801
完成内核对象简介
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