Create A Linux System Call
Create A Linux System Call
/usr/src/linux/arch/i386/kernel/syscall_table.S
usr/src/linux/include/linux/syscalls.h
usr/src/linux/include/asm-i386/unistd.h
After modifying these files to
create an entry for the new
system call, the files for the
system call itself had to be created: