5. syscall_table.S

Full path of the file - /usr/src/linux/arch/i386/kernel/syscall_table.S

This file contains system call names.

  1. Add a line to the end of this file (Let's assume that the name of our system call is mycall).

  2. Add ".long sys_mycall" at the end of the list.