File tree Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Expand file tree Collapse file tree 2 files changed +15
-5
lines changed Original file line number Diff line number Diff line change 5
5
### 主讲教师:
6
6
- 向勇 陈渝 李国良 任炬
7
7
### 助教
8
- - 饶淙元、胡柯洋、闭浩扬、王拓为、苏明贤、黄旺、郝子胥
8
+ - 饶淙元、胡柯洋、闭浩扬、王拓为、苏明贤、黄旺、郝子胥
9
+ - [ AI助教] ( https://www.coze.com/store/agent/7466038346734387217?bot_id=true )
9
10
## 上课时间/地点
10
11
- 星期一 上午第二大节 09:50-12:15 (1-16周)
11
12
- 地点
31
32
* [ 各章OS的API 在线文档] ( https://learningos.github.io/rCore-Tutorial-v3/ )
32
33
* [ 可显示内核动态执行信息的内核分支] ( https://github.com/rcore-os/rCore-Tutorial-v3/tree/ch9-log )
33
34
### 课程答疑
34
- * [ AI助教] ( https://www.coze.com/store/agent/7466038346734387217?bot_id=true )
35
35
* [ QA仓库] ( https://git.tsinghua.edu.cn/os-lab/q-and-a/ )
36
36
* [ 助教的实验讲解视频] ( https://cloud.tsinghua.edu.cn/d/ce9eced17e89471c8c30/ )
37
37
### 课后习题
86
86
87
87
1 . [ 幻灯片模板] ( style-marp.md )
88
88
2 . [ RISC-V与X86 CPU硬件特征的对比介绍] ( rv-x86-hardware-info-video.md )
89
- 3 . 如何生成PDF slides
89
+ 3 . 如何生成PDF/pptx slides
90
90
- [ ubuntu 用 markdown + vscode + marp 编写 slides 并输出为 pdf] ( https://www.cnblogs.com/luyi07/p/14736322.html )
91
91
92
92
```
93
93
marp --pdf --html --allow-local-files lec[1-9]*/*.md # for building PDF slides
94
94
marp --pptx --html --allow-local-files lec[1-9]*/*.md # for building pptx slides
95
95
```
96
+
97
+ 4. 如何合并pdf files
98
+
99
+ ```
100
+ # Debian/Ubuntu 安装 poppler组件,包括 pdfunite工具
101
+ sudo apt install poppler-utils
102
+ # 合并pdf files
103
+ pdfunite input1.pdf input2.pdf input3.pdf output.pdf
104
+ ```
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ backgroundColor: white
34
34
35
35
### 助教
36
36
- 饶淙元、胡柯洋、闭浩扬、王拓为、苏明贤、黄旺、郝子胥
37
-
37
+ - [ AI助教 ] ( https://www.coze.com/store/agent/7466038346734387217?bot_id=true )
38
38
---
39
39
40
40
## 上课信息
@@ -174,6 +174,7 @@ backgroundColor: white
174
174
### 选择1:(总分不超过100)
175
175
- 实验一~ 五必做题目: 40% ;期中考试 20% ; 期末考试 40%
176
176
- 平时作业加分:每做一次平时作业加0.5分,最高加5分,且课程总评成绩总分不超过100分
177
+ - 选做实验题加分:每做一个选做实验题,可得到相应分值,但是选做+必做实验题的总分不超过40分
177
178
178
179
---
179
180
@@ -189,4 +190,4 @@ backgroundColor: white
189
190
190
191
[ 2025年春学期操作系统课选课问卷] ( http://oscourse2019.mikecrm.com/kwIY4Ti )
191
192
访问密码:D7t1y5w4r
192
- 请大家在第一节课后尽快填写问卷,以便我们更好地上好课。
193
+ 请大家在第一节课后尽快填写问卷,以便我们更好地上好课。
You can’t perform that action at this time.
0 commit comments