Skip to content

Commit 7c6facd

Browse files
update info
1 parent 6a6eeec commit 7c6facd

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
* [各章OS的API 在线文档](https://learningos.github.io/rCore-Tutorial-v3/)
3232
* [可显示内核动态执行信息的内核分支](https://github.com/rcore-os/rCore-Tutorial-v3/tree/ch9-log)
3333
### 课程答疑
34-
34+
* [AI助教](https://www.coze.com/store/agent/7466038346734387217?bot_id=true)
3535
* [QA仓库](https://git.tsinghua.edu.cn/os-lab/q-and-a/)
3636
* [助教的实验讲解视频](https://cloud.tsinghua.edu.cn/d/ce9eced17e89471c8c30/)
3737
### 课后习题
@@ -48,38 +48,38 @@
4848

4949
包含每次实验必做的编程和问答作业,以及相对rCore Tutorial Book-v3较为精简的指导
5050

51-
* [rCore-Tutorial-Guide文档源码](https://github.com/LearningOS/rCore-Tutorial-Guide-2024S)
52-
* [rCore-Tutorial-Guide文档在线阅读](https://learningos.github.io/rCore-Tutorial-Guide-2024S/)
53-
* [lab1(ch3) OS框架API在线文档](https://learningos.github.io/rCore-Tutorial-Code-2024S/ch3/os/index.html)
54-
* [lab2(ch4) OS框架API在线文档](https://learningos.github.io/rCore-Tutorial-Code-2024S/ch4/os/index.html)
51+
* [rCore-Tutorial-Guide文档源码](https://github.com/LearningOS/rCore-Tutorial-Guide-2025S)
52+
* [rCore-Tutorial-Guide文档在线阅读](https://learningos.github.io/rCore-Tutorial-Guide-2025S/)
53+
* [lab1(ch3) OS框架API在线文档](https://learningos.github.io/rCore-Tutorial-Code-2025S/ch3/os/index.html)
54+
* [lab2(ch4) OS框架API在线文档](https://learningos.github.io/rCore-Tutorial-Code-2025S/ch4/os/index.html)
5555
#### 代码框架
5656

57-
* [Github仓库](https://github.com/LearningOS/rCore-Tutorial-Code-2024S)
58-
* [git.tsinghua仓库](https://git.tsinghua.edu.cn/os-lab/public/rcore-tutorial-code-2024s)
57+
* [Github仓库](https://github.com/LearningOS/rCore-Tutorial-Code-2025S)
58+
* [git.tsinghua仓库](https://git.tsinghua.edu.cn/os-lab/public/rcore-tutorial-code-2025s)
5959
#### 用户态测例
6060

61-
* [Github仓库](https://github.com/LearningOS/rCore-Tutorial-Test-2024S)
62-
* [git.tsinghua仓库](https://git.tsinghua.edu.cn/os-lab/public/rcore-tutorial-test-2024s)
61+
* [Github仓库](https://github.com/LearningOS/rCore-Tutorial-Test-2025S)
62+
* [git.tsinghua仓库](https://git.tsinghua.edu.cn/os-lab/public/rcore-tutorial-test-2025s)
6363
### uCore基本实验
6464

6565
#### 实验指导书
6666

67-
* [Github仓库](https://github.com/LearningOS/uCore-Tutorial-Guide-2024S)
68-
* [uCore-Tutorial-Guide文档在线阅读](https://learningos.github.io/uCore-Tutorial-Guide-2024S/)
67+
* [Github仓库](https://github.com/LearningOS/uCore-Tutorial-Guide-2025S)
68+
* [uCore-Tutorial-Guide文档在线阅读](https://learningos.github.io/uCore-Tutorial-Guide-2025S/)
6969
#### 代码框架
7070

71-
* [Github仓库](https://github.com/LearningOS/uCore-Tutorial-Code-2024S)
72-
* [git.tsinghua仓库](https://git.tsinghua.edu.cn/os-lab/public/ucore-tutorial-code-2024s)
71+
* [Github仓库](https://github.com/LearningOS/uCore-Tutorial-Code-2025S)
72+
* [git.tsinghua仓库](https://git.tsinghua.edu.cn/os-lab/public/ucore-tutorial-code-2025s)
7373
#### 用户态测例
7474

75-
* [Github仓库](https://github.com/LearningOS/uCore-Tutorial-Test-2024S)
76-
* [git.tsinghua仓库](https://git.tsinghua.edu.cn/os-lab/public/ucore-tutorial-test-2024s)
75+
* [Github仓库](https://github.com/LearningOS/uCore-Tutorial-Test-2025S)
76+
* [git.tsinghua仓库](https://git.tsinghua.edu.cn/os-lab/public/ucore-tutorial-test-2025s)
7777

7878
### 大实验
7979
需要在规定时间内完成rCore或uCore基本实验,才能进行大实验。
8080
欢迎所有感兴趣的同学尝试下面的大实验内容。如有问题,可联系陈渝老师等。
8181

82-
- [2024大实验相关信息](./oslabs/biglab-relatedinfo.md)
82+
- [2025大实验相关信息](./oslabs/biglab-relatedinfo-2025s.md)
8383

8484

8585
## 其它内容

os-lecs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ backgroundColor: white
2323

2424
## 2025年春季
2525

26-
[幻灯片列表](https://www.yuque.com/xyong-9fuoz/qczol5/glemuu?) -- [简介](./course-intro.html) -- [课前准备](./lecs-preview.html) -- [思维导图](https://chyyuu.github.io/test2/oscourse.html) -- [实验](./labs-intro.html) -- [毕设](./bachelor-projects.html)
26+
[讲义列表](https://www.yuque.com/xyong-9fuoz/qczol5/glemuu?) -- [简介](./course-intro.html) -- [准备](./lecs-preview.html) -- [AI助教](https://www.coze.com/store/agent/7466038346734387217?bot_id=true) -- [导图](https://chyyuu.github.io/test2/oscourse.html) -- [实验](./labs-intro.html) -- [毕设](./bachelor-projects.html)
2727

2828
---
2929

File renamed without changes.

0 commit comments

Comments
 (0)