Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 732 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 732 Bytes

syscall-table (64-bit)

Generate JSON system call table from Linux source. Hosted at https://syscalls64.paolostivanin.com.

Generating JSON

  • Install ctags (http://ctags.sourceforge.net)
  • Install Python bindings for ctags: pip3 install python-ctags3 simplejson
  • chmod +x prepare-files.sh && ./prepare-files.sh
  • ☕ or 🍺

Web

Kernel version

Generated from Linux kernel 6.6.

Contributors