What exactly is kernel and what does it do in an operating system?

Status
Not open for further replies.

m_pourfathi

Full Member level 4
Joined
Feb 7, 2008
Messages
200
Helped
17
Reputation
34
Reaction score
3
Trophy points
1,298
Activity points
2,579
what exactly is kernel and what does it do in an operating system?
 

kernel

the kernel is the central part of the operating system.
It provides:
- some level of multitasking; the kernel uses
scheduling algorithms to determine which process
to run
- inter-process communication mechanisms (pipes,
semaphores message boxes ect...)
- hardware resource management, abstracting the
hardware (memory and I/O devices) from the
software application. The kernel makes it
available to application processes through
inter-process communication mechanisms and
system calls
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…