What type of operating system kernel includes all device drivers, file system handlers, and process management routines inside a single massive binary space running in privileged mode?
Explanation:
A monolithic kernel compiles all essential OS services directly into a single, comprehensive space, providing high performance at the expense of modular isolation.
Explanation:
Aging is a technique used to avoid resource starvation by gradually increasing the priority of tasks that have spent extended periods waiting in the ready queue.
No comments yet. Be the first to start the discussion!