# rCore-Tutorial-Book-v3 **Repository Path**: chyyuu/rCore-Tutorial-Book-v3 ## Basic Information - **Project Name**: rCore-Tutorial-Book-v3 - **Description**: Documentation of rCore-Tutorial version 3 in Chinese. - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: http://chyyuu.gitee.io/rcore-tutorial-book-v3/ - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 1 - **Created**: 2021-03-07 - **Last Updated**: 2025-06-11 ## Categories & Tags **Categories**: ebooks-manual **Tags**: None ## README # rCore-Tutorial-Book-v3 Documentation of rCore-Tutorial version 3 in Chinese. ## news - 2022.07.01 Welcome to JOIN [**Open-Source-OS-Training-Camp-2022 !**](https://learningos.github.io/rust-based-os-comp2022/) ## [Deployed Page](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. ## Deploy your own docs ```sh $ FORK https://github.com/rcore-os/rCore-Tutorial-Book-v3.git to YOUR REPO $ git clone YOUR REPO(e.g. https://github.com/YOUR/rCore-Tutorial-Book-v3.git) $ cd rCore-Tutorial-Book-v3 $ make html # After that, the generated doc can be found in rCore-Tutorial-Book-v3/build/html $ # modify the doc $ git push # or pull request ```