1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-11-01 04:29:39 +00:00
linux-insides/SysCall
0xAX c4da05f9ef Merge pull request #207 from hristozov/patch-1
Fix a small typo "learnd" -> "learned".
2015-09-15 13:40:36 +06:00
..
README.md Update README.md 2015-09-13 20:15:57 +06:00
syscall-1.md Fix spelling error 2015-09-12 08:06:23 -07:00
syscall-2.md Minor typos and grammatical fixes. 2015-08-30 20:02:21 +01:00
syscall-3.md Merge pull request #194 from jjrob13/patch-2 2015-09-09 22:57:19 +06:00
syscall-4.md Merge pull request #207 from hristozov/patch-1 2015-09-15 13:40:36 +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: