Unit Test 1 Answer Osy
Unit Test 1 Answer Osy
Ans
System Calls: System Calls are Programming Interfaces to the services provided by the Operating
System.
3.the system call interface invokes intended system call in operating system kernel & returns status
of the system call and any return values.
4.the caller needs to known nothing about how the system call is implemented,JUST NEEDS TO OBEY
Api and understand what os will do as result call.
5.most details