Operating System
Programming and Technical
Logical Reasoning
Coding Decoding
Q. What is difference between micro kernel and macro kernel?
A. Micro kernel is a kernel which run services those are minimal for operating system performance. In this kernel all other operations are performed by processor. Macro Kernel is a combination of micro and monolithic kernel. In monolithic kernel all operating system code is in single executable image.
Read Solution (Total 0)
Operating System Other Question