Adding A System Call In Linux
27 Oct
System call is a set of special APIs, as the interface between operating system’s kernelĀ and other programs. For example, if a program wants to create a new process, it should actually call a system call to achieve that. In … Read More »