Question
Which design keeps only essential mechanisms in the kernel and moves services such as file systems into user space?
Select an option. Your answer will be checked instantly.
Correct Answer: A. Microkernel
Explanation:
A microkernel minimizes privileged code and implements many services as user-space servers.
Those servers communicate through message passing rather than direct in-kernel procedure calls.
Leave a Reply