OS System Calls
A system call is an interface between the user program and the operating system. The program asks for different services and in response the OS invoke a set of system calls to fulfill the request. What is a system call? A system call is written in either assembly language or a high level such as … Read more