Skip to content

thevivekpandey/syscalls-table-64bit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
  • 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
  • python generate_table.py

Web

Kernel version

Generated from Linux kernel 4.10

Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 91.5%
  • CSS 4.6%
  • Python 2.0%
  • HTML 1.5%
  • Shell 0.4%