System Calls in Unix and Windows
System Calls in Unix and Windows
The interface between a process and an operating system is provided by system calls. In general,
system calls are available as assembly language instructions. They are also included in the manuals
used by the assembly level programmers.
There are around 80 system calls in the Unix interface currently. Details about some of the important
ones are given as follows -