Skip to content

Commit 03653c3

Browse files
authored
ci: sync root readme.toml (#12)
1 parent 9457f8d commit 03653c3

1 file changed

Lines changed: 66 additions & 0 deletions

File tree

readme.toml

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
course_name = "操作系统"
2+
repo_type = "normal"
3+
course_code = "COMP3001"
4+
5+
description = "两位授课老师风格迥异,但是并不影响考试的公平性——因为考试考得基本跟上课关系不太大。"
6+
7+
[[lecturers]]
8+
name = "刘川意"
9+
10+
[[lecturers.reviews]]
11+
content = """
12+
上课抽点回答问题。
13+
PPT基本是《操作系统导论》的原版英文PPT。
14+
助教非常负责。
15+
不一定课前发PPT,基本随缘。
16+
"""
17+
18+
[[lecturers]]
19+
name = "夏文"
20+
21+
[[lecturers.reviews]]
22+
content = """
23+
讲课很专业。中文PPT,内容多,总的参考《CSAPP》。
24+
但是,两位老师虽然风格迥异,但是并不影响考试的公平性——因为考试考得基本跟上课关系不太大(见考试部分)。
25+
"""
26+
27+
[[sections]]
28+
title = "教材"
29+
30+
[[sections.items]]
31+
content = """
32+
- **Operating Systems: Three Easy Pieces (操作系统导论)**(Remzi H. Arpaci-Dusseau / Andrea C. Arpaci-Dusseau / Arpaci-Dusseau Books / textbook)
33+
- **Computer Systems: A Programmer's Perspective (CSAPP)**(Randal E. Bryant / David R. O'Hallaron / Pearson / 3rd Edition / textbook)
34+
- **王道考研系列:操作系统考研复习指导**(王道论坛 / 电子工业出版社 / textbook)
35+
"""
36+
37+
38+
[[sections]]
39+
title = "关于考试"
40+
41+
[[sections.items]]
42+
content = """
43+
可以参考《王道考研——操作系统》进行复习。
44+
45+
操作系统确实是 CS 的一门很重要的课程,好好学习必不会吃亏!
46+
课程可能会设置「附加题」,保证平时分 + 实验分拉满。请审慎选择!
47+
"""
48+
author = { name = "", link = "", date = "" }
49+
50+
51+
[[sections]]
52+
title = "关于实验"
53+
54+
[[sections.items]]
55+
content = """
56+
实验大多基于Linux,如果可能的话最好提前接触,学习一些简单的命令行操作与操作命令。
57+
58+
2018级的前四个实验选用了基于MIT6.828/6.S081(2019)课程的XV6作为实验平台,完成一些指定任务;最后一个实验需要设计一个文件系统。每年的实验都*不太一样*。
59+
60+
操作系统的实验都比较困难,因而需要花费比较长的时间。好在MIT的系列实验都有“巨人的肩膀”相助(CSDN);最后的系统设计,确实需要考验一些功夫,包括系统整体设计与函数封装、指针使用等问题,而且可能出现各种BUG,需要花一些时间。
61+
62+
最后一节实验课会进行课堂检查,会要求现场改代码、解读代码等等,所以需要做好应对之策。
63+
64+
可以多问老师。助教可能派不上太大用处。
65+
"""
66+

0 commit comments

Comments
 (0)