Skip to content

Commit b7a3d83

Browse files
committed
udpate course/labs-intro
1 parent 2b6d742 commit b7a3d83

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

course-intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ const SYSCALL_CONDVAR_WAIT: usize = 1032;
138138
#### 课程实践内容 -- rCore Tutorial Book v3
139139
- [课程实践参考书](https://learningos.github.io/rCore-Tutorial-Book-v3/)[课程实践代码](https://github.com/rcore-os/rCore-Tutorial-v3)[课程实践代码的API文档](https://learningos.github.io/rCore-Tutorial-v3/)
140140

141-
#### 课程实验内容 -- rCore Tutorial Guide 2022 Spring
142-
- [实验文档](https://github.com/LearningOS/rCore-Tutorial-Guide-2022S/) , [API文档](https://github.com/LearningOS/rCore-Tutorial-Guide-2022S/) , [实验代码](https://github.com/LearningOS/rCore-Tutorial-Code-2022S)[测试用例](https://github.com/LearningOS/rCore-Tutorial-Test-2022S)
141+
#### 课程实验内容 -- rCore Tutorial Guide 2024 Spring
142+
- [实验文档](https://github.com/LearningOS/rCore-Tutorial-Guide-2024S/) , [API文档](https://github.com/LearningOS/rCore-Tutorial-Guide-2024S/) , [实验代码](https://github.com/LearningOS/rCore-Tutorial-Code-2024S)[测试用例](https://github.com/LearningOS/rCore-Tutorial-Test-2024S)
143143

144144
#### 课程参考文档 --教材/课件
145145
- [课程在线Slides](http://learningos.github.io/os-lectures/)[Operating Systems: Three Easy Pieces](https://pages.cs.wisc.edu/~remzi/OSTEP/)

labs-intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ backgroundColor: white
6060
#### 课程实践内容 -- rCore Tutorial Book v3
6161
- [课程实践参考书](https://learningos.github.io/rCore-Tutorial-Book-v3/)[课程实践代码](https://github.com/rcore-os/rCore-Tutorial-v3)[课程实践代码的API文档](https://learningos.github.io/rCore-Tutorial-v3/)
6262

63-
#### 课程实验内容 -- rCore Tutorial Guide 2022 Spring
64-
- [实验文档](https://github.com/LearningOS/rCore-Tutorial-Guide-2022S/) , [API文档](https://github.com/LearningOS/rCore-Tutorial-Guide-2022S/) , [实验代码](https://github.com/LearningOS/rCore-Tutorial-Code-2022S)[测试用例](https://github.com/LearningOS/rCore-Tutorial-Test-2022S)
63+
#### 课程实验内容 -- rCore Tutorial Guide 2024 Spring
64+
- [实验文档](https://github.com/LearningOS/rCore-Tutorial-Guide-2024S/) , [API文档](https://github.com/LearningOS/rCore-Tutorial-Guide-2024S/) , [实验代码](https://github.com/LearningOS/rCore-Tutorial-Code-2024S)[测试用例](https://github.com/LearningOS/rCore-Tutorial-Test-2024S)
6565

6666
#### 课程参考文档 --教材/课件
6767
- [课程在线Slides](http://learningos.github.io/os-lectures/)[Operating Systems: Three Easy Pieces](https://pages.cs.wisc.edu/~remzi/OSTEP/)

0 commit comments

Comments
 (0)