This website works better with JavaScript
홈
탐색
도움말
가입하기
로그인
jeremy
/
linux-insides
의 미러
https://github.com/0xAX/linux-insides
Watch
1
Star
0
포크
0
파일
이슈
0
위키
트리:
522a086be0
브랜치
태그
master
linux-insides
/
SysCall
/
README.md
README.md
797 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 an 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.