The system call linkage within any operating system is an important piece of functionality for the computer on which it is running. It provides an interface through which software (in user space) can request an action by the operating system itself. On the following pages, the process for successfully adding a new function and system call to the Linux kernel is examined and explained in detail