SYSTEM CALL INTERFACE

HOME

- Most programming languages provides a system call interface

- It serves as the link to system calls made available by the operating system

- It intercepts function calls in the API and invokes the necessary system call within the operating system

- Most of the details of the operating system interfaces are hidden from the programmer by the API

Fig. Relationship between an API and the operating system