1- # rCore-Tutorial-Code-2024A
1+ # rCore-Tutorial-Code-2025S
22
33### Code
4- - [ Soure Code of labs for 2024A ] ( https://github.com/LearningOS/rCore-Tutorial-Code-2024A )
4+ - [ Soure Code of labs for 2025S ] ( https://github.com/LearningOS/rCore-Tutorial-Code-2025S )
55### Documents
66
7- - Concise Manual: [ rCore-Tutorial-Guide-2024A ] ( https://LearningOS.github.io/rCore-Tutorial-Guide-2024A / )
7+ - Concise Manual: [ rCore-Tutorial-Guide-2025S ] ( https://LearningOS.github.io/rCore-Tutorial-Guide-2025S / )
88
99- Detail Book [ rCore-Tutorial-Book-v3] ( https://rcore-os.github.io/rCore-Tutorial-Book-v3/ )
1010
1111
12- ### OS API docs of rCore Tutorial Code 2024A
13- - [ OS API docs of ch1] ( https://learningos.github.io/rCore-Tutorial-Code-2024A /ch1/os/index.html )
14- AND [ OS API docs of ch2] ( https://learningos.github.io/rCore-Tutorial-Code-2024A /ch2/os/index.html )
15- - [ OS API docs of ch3] ( https://learningos.github.io/rCore-Tutorial-Code-2024A /ch3/os/index.html )
16- AND [ OS API docs of ch4] ( https://learningos.github.io/rCore-Tutorial-Code-2024A /ch4/os/index.html )
17- - [ OS API docs of ch5] ( https://learningos.github.io/rCore-Tutorial-Code-2024A /ch5/os/index.html )
18- AND [ OS API docs of ch6] ( https://learningos.github.io/rCore-Tutorial-Code-2024A /ch6/os/index.html )
19- - [ OS API docs of ch7] ( https://learningos.github.io/rCore-Tutorial-Code-2024A /ch7/os/index.html )
20- AND [ OS API docs of ch8] ( https://learningos.github.io/rCore-Tutorial-Code-2024A /ch8/os/index.html )
21- - [ OS API docs of ch9] ( https://learningos.github.io/rCore-Tutorial-Code-2024A /ch9/os/index.html )
12+ ### OS API docs of rCore Tutorial Code 2025S
13+ - [ OS API docs of ch1] ( https://learningos.github.io/rCore-Tutorial-Code-2025S /ch1/os/index.html )
14+ AND [ OS API docs of ch2] ( https://learningos.github.io/rCore-Tutorial-Code-2025S /ch2/os/index.html )
15+ - [ OS API docs of ch3] ( https://learningos.github.io/rCore-Tutorial-Code-2025S /ch3/os/index.html )
16+ AND [ OS API docs of ch4] ( https://learningos.github.io/rCore-Tutorial-Code-2025S /ch4/os/index.html )
17+ - [ OS API docs of ch5] ( https://learningos.github.io/rCore-Tutorial-Code-2025S /ch5/os/index.html )
18+ AND [ OS API docs of ch6] ( https://learningos.github.io/rCore-Tutorial-Code-2025S /ch6/os/index.html )
19+ - [ OS API docs of ch7] ( https://learningos.github.io/rCore-Tutorial-Code-2025S /ch7/os/index.html )
20+ AND [ OS API docs of ch8] ( https://learningos.github.io/rCore-Tutorial-Code-2025S /ch8/os/index.html )
21+ - [ OS API docs of ch9] ( https://learningos.github.io/rCore-Tutorial-Code-2025S /ch9/os/index.html )
2222
2323### Related Resources
2424- [ Learning Resource] ( https://github.com/LearningOS/rust-based-os-comp2022/blob/main/relatedinfo.md )
2828
2929``` bash
3030# setup build&run environment first
31- git clone https://github.com/LearningOS/rCore-Tutorial-Code-2024A .git
32- cd rCore-Tutorial-Code-* 2024A
33- git clone https://github.com/LearningOS/rCore-Tutorial-Test-2024A .git user
31+ git clone https://github.com/LearningOS/rCore-Tutorial-Code-2025S .git
32+ cd rCore-Tutorial-Code-* 2025S
33+ git clone https://github.com/LearningOS/rCore-Tutorial-Test-2025S .git user
3434cd os
3535git checkout ch$ID
3636# run OS in ch$ID
@@ -42,11 +42,11 @@ Notice: $ID is from [1-9]
4242
4343``` bash
4444# setup build&run environment first
45- git clone https://github.com/LearningOS/rCore-Tutorial-Code-2024A .git
46- cd rCore-Tutorial-Code-2024A
45+ git clone https://github.com/LearningOS/rCore-Tutorial-Code-2025S .git
46+ cd rCore-Tutorial-Code-2025S
4747rm -rf ci-user
48- git clone https://github.com/LearningOS/rCore-Tutorial-Checker-2024A .git ci-user
49- git clone https://github.com/LearningOS/rCore-Tutorial-Test-2024A .git ci-user/user
48+ git clone https://github.com/LearningOS/rCore-Tutorial-Checker-2025S .git ci-user
49+ git clone https://github.com/LearningOS/rCore-Tutorial-Test-2025S .git ci-user/user
5050git checkout ch$ID
5151# check&grade OS in ch$ID with more tests
5252cd ci-user && make test CHAPTER=$ID
0 commit comments