To create your own call in the kernel, we need to create a specific syscall. Check: arch/i386/kernel/syscall_table.S for the reserved syscalls. Additionally, find the list of syscalls that are used here.
To create your own call in the kernel, we need to create a specific syscall. Check: arch/i386/kernel/syscall_table.S for the reserved syscalls. Additionally, find the list of syscalls that are used here.