1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2025-07-05 00:32:33 +00:00
linux-insides/SysCall
Cornelius Diekmann 668882bb7d 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-09-21 21:49:17 +03:00
..
README.md corrected typos 2017-09-21 21:45:09 +03:00
syscall-1.md Сделать все ссылки Github ссылками на конкретный коммит 2017-09-21 21:38:18 +03:00
syscall-2.md Сделать все ссылки Github ссылками на конкретный коммит 2017-09-21 21:38:18 +03:00
syscall-3.md Minor language improvement 2017-09-21 21:49:17 +03:00
syscall-4.md corrected typos 2017-09-21 21:45:09 +03:00
syscall-5.md Сделать все ссылки Github ссылками на конкретный коммит 2017-09-21 21:38:18 +03:00
syscall-6.md Сделать все ссылки Github ссылками на конкретный коммит 2017-09-21 21:38:18 +03:00

System calls

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