Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 478 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 478 Bytes

Linux Syscall Table Generator

This tool generates the Linux x86 and x64 syscall tables in Markdown format.

See the generated tables here:

To use it, you need to have a local copy of the Linux source tree. Then run:

./gen.sh <path-to-linux-source-tree> 32     # x86 syscall table
./gen.sh <path-to-linux-source-tree> 64     # x64 syscall table