# rCore-Tutorial-Book-v3 **Repository Path**: wyfcyx/rCore-Tutorial-Book-v3 ## Basic Information - **Project Name**: rCore-Tutorial-Book-v3 - **Description**: 用 Rust 从零开始写 OS 第三版教程 - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 3 - **Created**: 2021-01-03 - **Last Updated**: 2025-05-06 ## Categories & Tags **Categories**: Uncategorized **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 ```