System Call Basics

System Calls - the Basics

We've talked a bit about system calls before. Remember that the system call interface is the application's view of the operating system. Aside from forming this view, it is also the boundary between the outside world (the application world) and the inside world (inside the O/S implementation).

There are several things that one has to consider when allowing an application to make a system call (pass from the outside world into the inside world). These include the following:

1