what basically a system call is?
Answers were Sorted based on User's Feedback
Answer / ashish tripathi
user programs cmmunicates with an o.s and request services
from it by system call.The purpose of system call is to
request the o.s to perform some task.every system call has a
library procedure that a user program call....
| Is This Answer Correct ? | 39 Yes | 2 No |
Answer / nish
Our Kernel, inside the OS consists of many things like...system tools,spreadsheets,email....etc..different types of applications....now when a user wants to access one of such application....then that signal is required to be sent to CPU..i.e at the hardware level...so that the respective application can be started.. so...in order to take that signal to CPU a system call is used..hence we can say a set of commands which are used to send signal to the kernel and then that kernel can indirectly connect the h/w and user...a system call is used....
Thanks...Hope i helped...
| Is This Answer Correct ? | 3 Yes | 1 No |
Tell me why register are stored the only binary data?
what is busy waiting?
what is the ways to infect the system by virus?
If system does not boot What are the files missing ? And how to troubleshoot the problem without reinstalling OS ?
Where the system time is stored? In processor or in separate timer ic for that?
What items of information about a task might be useful in real time scheduling?
Can you tell which dlls are used for SDK?
Explain the reasons for implementing process migration? How is the process address space handled during process migration?
what is active directory
Explain how is the process address space handled during process migration?
What is LOM and how do you access it?
some os have a tree structure file system that limits the depth of a tree and small number of levels.what limit does this have on user? how does this simplify file system design?