1
0
mirror of https://github.com/0xAX/linux-insides.git synced 2024-12-22 06:38:07 +00:00
linux-insides/SysCall
Bo YU d71137fbf2 Syscall: fix syscall table entry for 86_64
Fix the maxium number of syscall table for 86_64
in kernel version: v5.0.0-rc7

Signed-off-by: Bo YU <tsu.yubo@gmail.com>
2019-02-24 21:45:00 +08:00
..
linux-syscall-1.md Fix up one mistake 2018-11-07 16:59:48 +08:00
linux-syscall-2.md Syscall: fix syscall table entry for 86_64 2019-02-24 21:45:00 +08:00
linux-syscall-3.md fix file syscall3 vdso-image-32.c 2019-01-23 19:06:57 +08:00
linux-syscall-4.md Replace invalid links to the images 2018-08-01 19:48:02 +03:00
linux-syscall-5.md typo 2018-11-20 10:26:56 +08:00
linux-syscall-6.md Refactored files for a unified naming convention, making an autoamted LaTeX build easier too 2018-02-14 10:03:16 -03:30
README.md fix broken links 2018-03-22 01:28:16 -04:00

System calls

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