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.
No comments yet. Be the first to start the discussion!