1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-01 12:39:09 +00:00
linux-insides/SysCall
2015-08-24 22:56:02 +06:00
..
README.md syscall first part 2015-08-23 20:16:27 +06:00
syscall-1.md Merge branch 'typoFix' of https://github.com/J-N/linux-insides into J-N-typoFix 2015-08-24 22:56:02 +06:00

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: