1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 06:38:07 +00:00
linux-insides/SysCall
Cornelius Diekmann 4b0704fecf Minor language improvement
There are multiple different system calls. Starting the introduction in plural gives a better bridge to the examples "like to read or to write to a file, to open a socket" ...
2017-08-10 14:15:14 +02:00
..
README.md Update README.md 2017-07-30 13:49:13 +06:00
syscall-1.md Make all Github links reference a specific commit 2017-07-30 15:56:26 -04:00
syscall-2.md Make all Github links reference a specific commit 2017-07-30 15:56:26 -04:00
syscall-3.md Minor language improvement 2017-08-10 14:15:14 +02:00
syscall-4.md Make all Github links reference a specific commit 2017-07-30 15:56:26 -04:00
syscall-5.md Make all Github links reference a specific commit 2017-07-30 15:56:26 -04:00
syscall-6.md Make all Github links reference a specific commit 2017-07-30 15:56:26 -04:00

System calls

This chapter describes the system call concept in the linux kernel.