Computer Science Fundamentals Operating Systems Subjective
Mar 12, 2013

What is system calls? Or How does user program interact with Kernel?

Detailed Explanation

User programs interact with kernel through set of standard system calls. These system calls provide requested service by kernel. Services like open, close, read, write or execute file and changing accessibility of file and enable access of hardware devices.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback