Skip to content

Commit fe61637

Browse files
authored
lec01-p4-osarchitecture updating
1 parent 355a95f commit fe61637

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

lec1/p3-oshistory.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,13 @@ backgroundColor: white
2828

2929
---
3030

31+
## 问题
32+
33+
- 为什么要了解历史?
34+
- 从操作系统的历史演化可以得到?
35+
36+
---
37+
3138
## 单用户系统
3239

3340
单用户系统 (1945-1955)
@@ -178,3 +185,16 @@ AIoT 系统 (2000- )
178185
179186
![bg 75%](./figs/fuchsia-os-intro.png)
180187
-->
188+
---
189+
190+
## 小结
191+
192+
- 操作系统的发展历史
193+
- 单用户、批处理、多道、分时、Windows & macOS、分布式OS、IoT OS
194+
- 操作系统的历史演化方向
195+
- 提高性能:
196+
- 资源效率:中断、进程与调度、虚拟存储、同步互斥
197+
- 用户使用效率:GUI
198+
- 开发效率:可移植性C&Unix
199+
- 扩展应用范围:专用人员与普通用户、单机与分布式系统、计算机与数字化设备
200+

lec1/p4-osarchitecture.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ backgroundColor: white
2626

2727
2025年秋季
2828

29+
---
30+
31+
## 问题
32+
33+
- 如何设计和实现一个功能复杂的系统(如:操作系统)?
34+
- 如何解耦
35+
2936
---
3037
## 简单结构
3138
MS-DOS:应用和OS混在一起 (1981–1994)

0 commit comments

Comments
 (0)