System Calls

the first part of the third chapter in our series mon How to Write an Operating System


System Calls

Of course, now the running process needs a way to communicate with the protected kernel. Typically, this is done using a system call interface, but could be done through dynamic linking or some other method. Different processors provide different mechanisms for system calls: