Suitable forum for learning system calls

Gokul

New Member
Joined
Jan 5, 2018
Messages
16
Reaction score
11
Credits
0
Looking for learning system calls.Please help me with related forum. if any help ,appreciated. Thanks
 


Are you looking to use the Linux system calls in C code? or assembly? Or.....?

Here are a few links, offhand....

This contains a list of the different system calls, with their numbers (for assembly programming) and the sys call function names in the C api and their locations in the kernel source code:
http://asm.sourceforge.net/syscall.html

That should be a good general reference.

And if you are interested in using system calls in assembly:
https://www.tutorialspoint.com/assembly_programming/assembly_system_calls.htm

https://lwn.net/Articles/604287/

I also recommend the book:
Assembly Language Step-By-Step: Programming with Linux by Jeff Duntemann
 
Thanks jas and do you know any forum for system calls using C.
 

Members online


Latest posts

Top