System calls
Last updated
Was this helpful?
Last updated
Was this helpful?
This chapter describes the system call
concept in the Linux kernel.
- this part is introduction to the system call
concept in the Linux kernel.
- this part describes how the Linux kernel handles a system call from a userspace application.
- third part describes vsyscall
and vDSO
concepts.
- this part describes startup process of a program.
- this part describes implementation of the system call.
- this part describes implementation of the system calls.