What type of kernel configuration runs basic scheduling routines in kernel space but offloads device drivers and file systems to user space to maximize stability?
Explanation:
Microkernels improve system resilience by restricting kernel space to essential primitives, isolating driver crashes from bringing down the core OS.
No comments yet. Be the first to start the discussion!