Computer Science, asked by muhammadbscs4027, 28 days ago

How do system services and user programs interact in microkernel architecture? Explain with

Answers

Answered by jungkook00777
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