1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-02-21 19:42:00 +00:00

Update README.md

This commit is contained in:
0xAX 2015-09-06 20:16:45 +06:00
parent 678bd35d9d
commit 19822c23f2

View File

@ -5,3 +5,4 @@ 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.
* [How the Linux kernel handles a system call](http://0xax.gitbooks.io/linux-insides/content/SysCall/syscall-2.html) - this part describes how the Linux kernel handles a system call from an userspace application.
* [vsyscall and vDSO](http://0xax.gitbooks.io/linux-insides/content/SysCall/syscall-2.html) - third part describes `vsyscall` and `vDSO` concepts.