From f71365fbbeba3339ed5d00a8d7edd14188b0258c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Radek=20Dost=C3=A1l?= Date: Tue, 5 Sep 2017 22:59:00 +0200 Subject: [PATCH] Delete "and last" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This chapter is no longer last one from syscalls. Currently "Limits on resources in Linux" is the last chapter. Signed-off-by: Radek Dostál --- 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 4b3edcc..4379265 100644 --- a/SysCall/syscall-4.md +++ b/SysCall/syscall-4.md @@ -394,7 +394,7 @@ That's all. From this point our program will be executed. Conclusion -------------------------------------------------------------------------------- -This is the end of the fourth and last part of the about the system calls concept in the Linux kernel. We saw almost all related stuff to the `system call` concept in these four parts. We started from the understanding of the `system call` concept, we have learned what is it and why do users applications need in this concept. Next we saw how does the Linux handle a system call from a user application. We met two similar concepts to the `system call` concept, they are `vsyscall` and `vDSO` and finally we saw how does Linux kernel run a user program. +This is the end of the fourth part of the about the system calls concept in the Linux kernel. We saw almost all related stuff to the `system call` concept in these four parts. We started from the understanding of the `system call` concept, we have learned what is it and why do users applications need in this concept. Next we saw how does the Linux handle a system call from a user application. We met two similar concepts to the `system call` concept, they are `vsyscall` and `vDSO` and finally we saw how does Linux kernel run a user program. If you have questions or suggestions, feel free to ping me in twitter [0xAX](https://twitter.com/0xAX), drop me [email](anotherworldofworld@gmail.com) or just create [issue](https://github.com/0xAX/linux-insides/issues/new).