From 19822c23f281bbcae85955104482e20d3b0d0d2a Mon Sep 17 00:00:00 2001 From: 0xAX <0xAX@users.noreply.github.com> Date: Sun, 6 Sep 2015 20:16:45 +0600 Subject: [PATCH] Update README.md --- SysCall/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SysCall/README.md b/SysCall/README.md index f877c81..76157d0 100644 --- a/SysCall/README.md +++ b/SysCall/README.md @@ -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.