Skip to content

Commit 3846595

Browse files
update lec1/p1-intro.md
1 parent 1b23587 commit 3846595

1 file changed

Lines changed: 19 additions & 30 deletions

File tree

lec1/p1-intro.md

Lines changed: 19 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ backgroundColor: white
2121

2222
<br>
2323

24-
2025年秋季
24+
2026年春季
2525

2626
[课程幻灯片列表](https://www.yuque.com/xyong-9fuoz/qczol5/xpvcf129pvf3fuxb)
2727

@@ -49,10 +49,9 @@ backgroundColor: white
4949

5050
### 上课时间地点
5151
- 时间
52-
- 周一下午第4节(15:20-16:55)
53-
- 周四上午第2节(09:50-11:25)
52+
- 待定
5453
- 地点
55-
- 六教6A213
54+
- 待定
5655

5756
----
5857

@@ -97,19 +96,18 @@ backgroundColor: white
9796

9897
#### uCore Tutorial
9998

100-
- [实验代码](https://github.com/LearningOS/uCore-Tutorial-Code-2025A/)
101-
- [实验文档](https://learningos.github.io/uCore-Tutorial-Guide-2025A/)
102-
- [测试用例](https://github.com/LearningOS/uCore-Tutorial-Test-2025A/)
99+
- [实验代码](https://github.com/LearningOS/uCore-Tutorial-Code/)
100+
- [实验文档](https://learningos.github.io/uCore-Tutorial-Guide/)
101+
- [测试用例](https://github.com/LearningOS/uCore-Tutorial-Test/)
103102

104103
---
105104

106105
### 实验指导
107106

108107
* rCore Tutorial
109-
- [实验文档](https://learningos.github.io/rCore-Tutorial-Guide-2025A/)
110-
- [API文档](https://github.com/LearningOS/rCore-Tutorial-Guide-2025A/#os-api-docs-of-rcore-tutorial-code-2022a)
111-
- [实验代码](https://github.com/LearningOS/rCore-Tutorial-Code-2025A)
112-
- [测试用例](https://github.com/LearningOS/rCore-Tutorial-Test-2025A)
108+
- [实验代码](https://github.com/LearningOS/rCore-Tutorial-Code/)
109+
- [实验文档](https://learningos.github.io/rCore-Tutorial-Guide/)
110+
- [测试用例](https://github.com/LearningOS/rCore-Tutorial-Test/)
113111
* [uCore和rCore实验帮助](https://www.yuque.com/xyong-9fuoz/qczol5/miqaip1ig4005ogm)
114112
- 讲解视频
115113
- 部分内容将逐步更新
@@ -141,22 +139,20 @@ backgroundColor: white
141139

142140
* **基础实验**
143141
- (必做):面向 RISC-V CPU 用 Rust/C 设计实现操作系统的功能
144-
- (选做):难度和工作量比必做题目大的其它题目
145142

146-
* **课程设计(Rust)**
147-
- 用组件来组合操作系统内核
148-
- 参加全国大学生OS比赛
143+
* **课程设计A/B**
144+
- 与AI合作开展操作系统内核相关的设计、实现与探索
149145

150146
---
151147

152148
### 操作系统课关于AI工具的使用约定
153149

154-
- 操作系统课鼓励使用各种AI工具来帮助OS
150+
- 操作系统课鼓励使用各种AI工具来帮助学习OS
155151
- AI助教可以同学们及时获取可能的帮助
156152
- AI助教可以减少助教老师的工作量
157153
- 工具使用者需要对使用工具的后果负责
158154
- AI工具给出的建议可以能幻觉
159-
- 许多复杂问题无法完全靠工具来完成
155+
- 许多复杂问题无法完全靠AI工具来完成
160156
- 考试时不允许使用AI工具
161157
- “老师用AI工具出题,同学用AI工具回答”应该不是大家希望的状态
162158

@@ -196,25 +192,18 @@ backgroundColor: white
196192
## 成绩评定
197193

198194
### 选择1:(总分不超过100)
199-
- 实验一~五必做题目: 30% ;期中考试 30% ; 期末考试 40%
195+
- 实验一~五必做题目: 25% ;期中考试 15% ; 期末考试 60%
200196
- 平时作业加分:每做一次平时作业加0.5分,最高加5分,且课程总评成绩总分不超过100分
201-
- 选做实验题加分:每做一个选做实验题,可得到相应分值,但是选做+必做实验题的总分不超过30分
202197

203198
---
204199

205200
### 选择2:
206-
- 四周内完成实验一~五(2025秋实验):30%
207-
- 课程设计(即大实验):70%
208-
209-
**注:选择大实验的同学如果后续退出课程设计,需参加考试。**
210-
211-
---
212-
213-
## 选课问卷
201+
- 3周内:完成实验一~五(2026春实验):25%
202+
- 7周内:代替期中考试的课程设计(即大实验A):15%
203+
- 16周内:代替期末考试的课程设计(即大实验B):60%
204+
- 平时作业加分:每做一次平时作业加0.5分,最高加5分,且课程总评成绩总分不超过100分
214205

215-
[2025年秋学期操作系统课选课问卷](http://oscourse2019.mikecrm.com/uNEDRhh)
216-
- 访问密码:PkmG1kd1h
217-
- 请大家在第二节课前及时填写问卷,以便我们更好地上课。
206+
**注:选择大实验A或B的同学如果后续退出,需参加所代替的考试。**
218207

219208
---
220209

0 commit comments

Comments
 (0)