linux-insides/SysCall/README.md
Alexander Kuleshov 76457a336d syscall first part
2015-08-23 20:16:27 +06:00

7 lines
372 B
Markdown

# 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](http://0xax.gitbooks.io/linux-insides/content/SysCall/syscall-1.html) - this part is introduction to the `system call` concept in the Linux kernel.