1
5.0kviews
Explain different types of kernels in operating systems
1 Answer
0
184views

Types of Kernel

1. Monolithic Kernel

It is one of types of kernel where all operating system services operate in kernel space. It has dependencies between systems components. It has huge lines of code which is complex.

Example: Unix, Linux, Open VMS, XTS-400 etc.

Advantage: It has good performance

Disadvantage: …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.