How do system services and user programs interact in microkernel architecture? Explain with
Answers
Answered by
1
Answer:
User programs and system services interact in a microkernel architecture by using interprocess communication mechanisms such as messaging. These messages are conveyed by the operating system. ... In Unix systems, a fork system call followed by an exec system call need to be performed to start a new process.
Similar questions