Skip to content

paolostivanin/syscall-table-32bit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Generate JSON system call info from Linux source

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 86.3%
  • CSS 8.5%
  • HTML 2.7%
  • Python 1.8%
  • Shell 0.7%