From 67f7aa86aeea23b304edd399120fa557e1cf2eed Mon Sep 17 00:00:00 2001 From: 0xAX <0xAX@users.noreply.github.com> Date: Sun, 13 Sep 2015 20:21:10 +0600 Subject: [PATCH] Update syscall-4.md --- SysCall/syscall-4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SysCall/syscall-4.md b/SysCall/syscall-4.md index ae9c9e8..dac4183 100644 --- a/SysCall/syscall-4.md +++ b/SysCall/syscall-4.md @@ -1,7 +1,7 @@ System calls in the Linux kernel. Part 4. ================================================================================ -How the Linux kernel runs a program +How does the Linux kernel run a program -------------------------------------------------------------------------------- This is the fourth part of the [chapter](http://0xax.gitbooks.io/linux-insides/content/SysCall/index.html) that describes [system calls](https://en.wikipedia.org/wiki/System_call) in the Linux kernel and as I wrote in the conclusion of the [previous](http://0xax.gitbooks.io/linux-insides/content/SysCall/syscall-3.html) - this part will be last in this chapter. In the previous part we stopped at the two new concepts: