Skip to content

Commit 0cdf1b5

Browse files
authored
Professional language specification
1 parent 1392056 commit 0cdf1b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

notes/计算机操作系统 - 概述.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* [3. 文件管理](#3-文件管理)
1111
* [4. 设备管理](#4-设备管理)
1212
* [系统调用](#系统调用)
13-
* [大内核和微内核](#大内核和微内核)
14-
* [1. 大内核](#1-大内核)
13+
* [宏内核和微内核](#宏内核和微内核)
14+
* [1. 宏内核](#1-宏内核)
1515
* [2. 微内核](#2-微内核)
1616
* [中断分类](#中断分类)
1717
* [1. 外中断](#1-外中断)
@@ -89,11 +89,11 @@ Linux 的系统调用主要有以下这些:
8989
| 信息维护 | getpid(); alarm(); sleep(); |
9090
| 安全 | chmod(); umask(); chown(); |
9191

92-
# 大内核和微内核
92+
# 宏内核和微内核
9393

94-
## 1. 大内核
94+
## 1. 宏内核
9595

96-
大内核是将操作系统功能作为一个紧密结合的整体放到内核
96+
宏内核是将操作系统功能作为一个紧密结合的整体放到内核
9797

9898
由于各模块共享信息,因此有很高的性能。
9999

0 commit comments

Comments
 (0)