Friday 15 May 2015

c - How to implement my own system call without recompiling the Linux kernel? -


I want to apply my system call (see link below)

But adding new system calls requires kernel compilation.

How to implement your own system call without compiling the Linux kernel again?

You can not

Without recombining the kernel, you can do all and load kernel modules, and kernel modules can not add new system calls.

No comments:

Post a Comment