I've been scouring the net trying to find the syscall documentation for the 64-bit linux kernels. No luck so far.
I've found a list of them in /usr/include/asm/unistd_64.h, but the comments aren't very helpfull.
Anybody have a link for me?
Also, one more thing I've been unable to figure out, what's the difference between syscall (using nasm, of course) and int 80h? Syscall works, but 80h segfaults. I really need to find out what syscall is doing.
Thanks in advance,
eilenbeb