5. syscall_table.S
Full path of the file - /usr/src/linux/arch/i386/kernel/syscall_table.S
This file contains system call names.
Add a line to the end of this file (Let's assume that the name of our system call is mycall).
Add ".long sys_mycall" at the end of the list.