mirror of
https://github.com/0xAX/linux-insides.git
synced 2024-11-01 04:29:39 +00:00
.. | ||
README.md | ||
syscall-1.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.