Skip to content

Commit 83f628c

Browse files
2 parents c72958b + 71e15c6 commit 83f628c

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
### 主讲教师:
66
- 向勇 陈渝 李国良 任炬
77
### 助教
8-
- 饶淙元、胡柯洋、闭浩扬、王拓为、苏明贤、黄旺、郝子胥
8+
- 饶淙元、胡柯洋、闭浩扬、王拓为、苏明贤、黄旺、郝子胥
9+
- [AI助教](https://www.coze.com/store/agent/7466038346734387217?bot_id=true)
910
## 上课时间/地点
1011
- 星期一 上午第二大节 09:50-12:15 (1-16周)
1112
- 地点
@@ -31,7 +32,6 @@
3132
* [各章OS的API 在线文档](https://learningos.github.io/rCore-Tutorial-v3/)
3233
* [可显示内核动态执行信息的内核分支](https://github.com/rcore-os/rCore-Tutorial-v3/tree/ch9-log)
3334
### 课程答疑
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
### 课后习题
@@ -86,10 +86,19 @@
8686

8787
1. [幻灯片模板](style-marp.md)
8888
2. [RISC-V与X86 CPU硬件特征的对比介绍](rv-x86-hardware-info-video.md)
89-
3. 如何生成PDF slides
89+
3. 如何生成PDF/pptx slides
9090
- [ubuntu 用 markdown + vscode + marp 编写 slides 并输出为 pdf](https://www.cnblogs.com/luyi07/p/14736322.html)
9191

9292
```
9393
marp --pdf --html --allow-local-files lec[1-9]*/*.md # for building PDF slides
9494
marp --pptx --html --allow-local-files lec[1-9]*/*.md # for building pptx slides
9595
```
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+
```

lec1/p1-intro.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ backgroundColor: white
3434

3535
### 助教
3636
- 饶淙元、胡柯洋、闭浩扬、王拓为、苏明贤、黄旺、郝子胥
37-
37+
- [AI助教](https://www.coze.com/store/agent/7466038346734387217?bot_id=true)
3838
---
3939

4040
## 上课信息
@@ -174,6 +174,7 @@ backgroundColor: white
174174
### 选择1:(总分不超过100)
175175
- 实验一~五必做题目: 40% ;期中考试 20% ; 期末考试 40%
176176
- 平时作业加分:每做一次平时作业加0.5分,最高加5分,且课程总评成绩总分不超过100分
177+
- 选做实验题加分:每做一个选做实验题,可得到相应分值,但是选做+必做实验题的总分不超过40分
177178

178179
---
179180

@@ -189,4 +190,4 @@ backgroundColor: white
189190

190191
[2025年春学期操作系统课选课问卷](http://oscourse2019.mikecrm.com/kwIY4Ti)
191192
访问密码:D7t1y5w4r
192-
请大家在第一节课后尽快填写问卷,以便我们更好地上好课。
193+
请大家在第一节课后尽快填写问卷,以便我们更好地上好课。

0 commit comments

Comments
 (0)