# rCore-Tutorial-Book-v3 **Repository Path**: rCore-Tutorial-detail/rCore-Tutorial-Book-v3 ## Basic Information - **Project Name**: rCore-Tutorial-Book-v3 - **Description**: Documentation of rCore-Tutorial version 3 in Chinese. - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: http://rcore-os.gitee.io/rcore-tutorial-book-v3/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2022-01-30 - **Last Updated**: 2022-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rCore-Tutorial-Book-v3 Documentation of rCore-Tutorial version 3 in Chinese. Deployed version can be found [here](https://rcore-os.github.io/rCore-Tutorial-Book-v3/). If you cannot access `github.io` normally due to network problems, please visit the [synchronized version](http://wyfcyx.gitee.io/rcore-tutorial-book-v3) hosted on gitee. ## Todo List - [x] code tree in introduction - [ ] rust module system in chapter1 - [x] update rustsbi to 0.1.1 ## Deploy docs on [github](https://rcore-os.github.io/rCore-Tutorial-Book-v3/) ``` $ git checkout deploy $ git merge main $ make deploy $ git check main ```