Hi All,<br>I am newbies to Linux and am going through system call in kernel-3.4. I just wanted to check how sys_read, sys_write or other system calls work but I was searching for the implementation but couldn&#39;t find it.<br>
I found that :<br>System Call are added in /arch/x86/syscalls/syscall_32(or64).tbl. and <br>they were declared in /incude/linux/sycalls.h<br>But I was not able to find exactly where they are implemented. <br> <br>Thanking you all in advance. <br>