You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Peter VandeHaar a130429a49
syscall-1.md: Fix a couple grammar mistakes.
9 years ago
..
README.md Update README.md 9 years ago
syscall-1.md syscall-1.md: Fix a couple grammar mistakes. 9 years ago
syscall-2.md Minor typos and grammatical fixes. 9 years ago
syscall-3.md Merge branch 'patch-1' of https://github.com/zhanxw/linux-insides into zhanxw-patch-1 9 years ago
syscall-4.md Merge pull request #208 from d4l3k/patch-1 9 years ago

README.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: