mirror of
https://github.com/MintCN/linux-insides-zh.git
synced 2026-02-13 07:16:49 +08:00
Update the system call number from 322 to 547. Translate a few English part. Fixed a few typo. Replaced "." by "。" as period in Chinese part. Replaced "," by "," as comma in Chinese part. Added space between Chinese and English. Unified the article format.
系统调用
本章描述 Linux 内核中的系统调用概念。
- 系统调用概念简介 - 介绍 Linux 内核中的系统调用概念
- Linux 内核如何处理系统调用 - 介绍 Linux 内核如何处理来自于用户空间应用的系统调用。
- vsyscall and vDSO - 介绍
vsyscall和vDSO概念。 - Linux 内核如何运行程序 - 介绍一个程序的启动过程。
- open 系统调用的实现 - 介绍 open 系统调用的实现。
- Linux 资源限制 - 介绍
getrlimit/setrlimit的实现。