This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
jeremy
/
linux-insides
mirror of
https://github.com/0xAX/linux-insides
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Branch:
master
Branches
Tags
master
linux-insides
/
SysCall
/
README.md
README.md
945 B
Permalink
Lịch sử
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.