Operating System Programming and Technical

what is user?

Read Solution (Total 2)

Operating System Other Question

Q. What is kernel?

A. Kernel is the core and essential part of computer operating system that provides basic services for all parts of OS.
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.