# rCore-Tutorial-Guide-2025S **Repository Path**: learning-os/rCore-Tutorial-Guide-2025S ## Basic Information - **Project Name**: rCore-Tutorial-Guide-2025S - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-05 - **Last Updated**: 2025-03-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # rCore-Tutorial-Guide-2025S ### Code - [Soure Code of labs for 2025S](https://github.com/LearningOS/rCore-Tutorial-Code-2025S) ### Documents - Concise Manual: [rCore-Tutorial-Guide-2025S](https://LearningOS.github.io/rCore-Tutorial-Guide-2025S/) - Detail Book [rCore-Tutorial-Book-v3](https://rcore-os.github.io/rCore-Tutorial-Book-v3/) ### OS API docs of rCore Tutorial Code 2025S - [OS API docs of ch1](https://learningos.github.io/rCore-Tutorial-Code-2025S/ch1/os/index.html) AND [OS API docs of ch2](https://learningos.github.io/rCore-Tutorial-Code-2025S/ch2/os/index.html) - [OS API docs of ch3](https://learningos.github.io/rCore-Tutorial-Code-2025S/ch3/os/index.html) AND [OS API docs of ch4](https://learningos.github.io/rCore-Tutorial-Code-2025S/ch4/os/index.html) - [OS API docs of ch5](https://learningos.github.io/rCore-Tutorial-Code-2025S/ch5/os/index.html) AND [OS API docs of ch6](https://learningos.github.io/rCore-Tutorial-Code-2025S/ch6/os/index.html) - [OS API docs of ch7](https://learningos.github.io/rCore-Tutorial-Code-2025S/ch7/os/index.html) AND [OS API docs of ch8](https://learningos.github.io/rCore-Tutorial-Code-2025S/ch8/os/index.html) - [OS API docs of ch9](https://learningos.github.io/rCore-Tutorial-Code-2025S/ch9/os/index.html) ### Related Resources - [Learning Resource](https://github.com/LearningOS/rust-based-os-comp2022/blob/main/relatedinfo.md) ### Build & Run ```bash # setup build&run environment first $ git clone https://github.com/LearningOS/rCore-Tutorial-Code-2025S.git $ cd rCore-Tutorial-Code-2025S $ git clone https://github.com/LearningOS/rCore-Tutorial-Test-2025S.git user $ cd os $ git checkout ch$ID $ make run ``` Notice: $ID is from [1-9] ### Grading ```bash # setup build&run environment first $ git clone https://github.com/LearningOS/rCore-Tutorial-Code-2025S.git $ cd rCore-Tutorial-Code-2025S $ git clone https://github.com/LearningOS/rCore-Tutorial-Checker-2025S.git ci-user $ git clone https://github.com/LearningOS/rCore-Tutorial-Test-2025S.git ci-user/user $ cd ci-user && make test CHAPTER=$ID ``` Notice: $ID is from [3,4,5,6,8]