Professional language specification

This commit is contained in:
zjuKeLiu 2020-08-18 09:15:05 +08:00 committed by GitHub
parent 1392056d73
commit 0cdf1b545b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,8 +10,8 @@
* [3. 文件管理](#3-文件管理)
* [4. 设备管理](#4-设备管理)
* [系统调用](#系统调用)
* [大内核和微内核](#内核和微内核)
* [1. 大内核](#1-内核)
* [宏内核和微内核](#内核和微内核)
* [1. 宏内核](#1-内核)
* [2. 微内核](#2-微内核)
* [中断分类](#中断分类)
* [1. 外中断](#1-外中断)
@ -89,11 +89,11 @@ Linux 的系统调用主要有以下这些:
| 信息维护 | getpid(); alarm(); sleep(); |
| 安全 | chmod(); umask(); chown(); |
# 内核和微内核
# 内核和微内核
## 1. 内核
## 1. 内核
内核是将操作系统功能作为一个紧密结合的整体放到内核
内核是将操作系统功能作为一个紧密结合的整体放到内核
由于各模块共享信息因此有很高的性能