0
11kviews
What is a System Call. Explain any four system calls.
1 Answer
written 7.1 years ago by | modified 7.0 years ago by |
System calls provide an interface to the services made available by an operating system. We know that there are two main modes in the operation of the system, that is the user mode and kernel mode.
• User mode: All user processes are executed.
• System mode: All privileged operations …