Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 497 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 497 Bytes

System calls table on different architectures

What and why?

Linux kernel has set of system calls (called syscalls in short) offerred for userspace. Each architecture can support them but the numbers they use for their identification can vary between archs.

And those numbers can be important for some projects (like Valgrind for example).

How to help?

Check issues list and work on any of them.

Where to see?

I keep copy at https://fedora.juszkiewicz.com.pl/syscalls.html page.