I'm reading in book which explains about calling convention in linux, and how system call is implemented.
I read about fastcall which it passes the parameters to the system call to 6 diffrenet registers.
I also read that when I need to pass more than 6 registers I do need to pass a structure which contains those parameters.
Can someone show me how? I really dont found any info out there.