mirror of
https://github.com/0xAX/linux-insides
synced 2024-10-31 03:20:14 +00:00
65f927c81d
Fix a typo "structur" -> "structure" |
||
---|---|---|
.. | ||
README.md | ||
syscall-1.md | ||
syscall-2.md | ||
syscall-3.md | ||
syscall-4.md |
System calls
This chapter describes the system call
concept in the linux kernel. You will see here a
couple of posts which describe the full cycle of the kernel loading process:
- 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
andvDSO
concepts. - How the Linux kernel runs a program - this part describes startup process of a program.