Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top