This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
登録
サインイン
jeremy
/
linux-insides
同期ミラー
https://github.com/0xAX/linux-insides
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
Wiki
ツリー:
f159c63e0c
ブランチ
タグ
master
linux-insides
/
SysCall
/
README.md
README.md
967 B
履歴
Raw
System calls
This chapter describes the
system call
concept in the linux kernel.
Introduction to system call concept
- this part is introduction to the
system call
concept in the Linux kernel.
How the Linux kernel handles a system call
- this part describes how the Linux kernel handles a system call from a userspace application.
vsyscall and vDSO
- third part describes
vsyscall
and
vDSO
concepts.
How the Linux kernel runs a program
- this part describes startup process of a program.
Implementation of the open system call
- this part describes implementation of the
open
system call.
Limits on resources in Linux
- this part describes implementation of the
getrlimit/setrlimit
system calls.