Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 828 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 828 Bytes

syscall-table (32-bit)

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

Generating JSON

  • Install ctags (http://ctags.sourceforge.net)
  • easy_install python-ctags simplejson
  • Download and extract the Linux kernel sources (https://www.kernel.org)
  • Move the extraced folder to /usr/src/linux-$VERSION
  • chmod +x prepare-files.sh && ./prepare-files.sh
  • ☕ or 🍺

Web

Kernel version

Generated from Linux kernel 4.14

Contributors