# rCore-Tutorial-Book-v3 **Repository Path**: yifeng0898/rCore-Tutorial-Book-v3 ## Basic Information - **Project Name**: rCore-Tutorial-Book-v3 - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: chy - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-27 - **Last Updated**: 2025-06-27 ## 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 ```