1
5.0kviews
Explain different types of kernels in operating systems
1 Answer
| written 4.1 years ago by | modified 4.1 years ago by |
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: …