# zCore-Tutorial **Repository Path**: rvrtt/zCore-Tutorial ## Basic Information - **Project Name**: zCore-Tutorial - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-20 - **Last Updated**: 2021-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # zCore Tutorial ## 仓库目录 * `docs/`: 教学实验指导 * `zcore`: 操作系统代码 ## 实验指导 基于 mdBook,目前目前已经部署到了 [GitHub Pages](https://rcore-os.github.io/zCore-Tutorial/) 上面。 ### 文档本地使用方法 ```bash git clone https://github.com/rcore-os/zCore-Tutorial.git cd zCore-Tutorial cargo install mdbook mdbook serve docs ```