linux-insides/SysCall
Peter VandeHaar a130429a49 syscall-1.md: Fix a couple grammar mistakes.
(By the way, thank you for making this!)
2015-09-16 22:01:22 -04:00
..
README.md Update README.md 2015-09-13 20:15:57 +06:00
syscall-1.md syscall-1.md: Fix a couple grammar mistakes. 2015-09-16 22:01:22 -04:00
syscall-2.md Minor typos and grammatical fixes. 2015-08-30 20:02:21 +01:00
syscall-3.md Merge branch 'patch-1' of https://github.com/zhanxw/linux-insides into zhanxw-patch-1 2015-09-16 17:24:46 +06:00
syscall-4.md Merge pull request #208 from d4l3k/patch-1 2015-09-15 13:40:51 +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: