linux
Develop a system call in Linux
In this post we will we will see how to develop a system call by: * Coding a function in C * Compiling it with the Linux kernel * Charging it in the syscalls table * Calling it from user-land In other terms: we will add our own system call to the Linux kernel.