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.

need information on monolithic kernel

Status
Not open for further replies.

vead

Full Member level 5
Joined
Nov 27, 2011
Messages
285
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Location
india
Activity points
3,815
I am having problem to understand some statement

kernel is not modular,
kernel is not fault tolerant ,
kernel is not configurable
kernel is not power optimized

can anyone explain little bit ?
 

I'll give a rough explanation.. imagine monolithic as a big chunk of code running in specific address space...they are not modular because of this very reason, a huge number of lines tightly linked. Furthermore, for the same reason, they are not very tolerant to faults as any error in kernel level, may collapse the entire system (what happen if you destroy ground level of a multi-storey building). Since monolithic kernel is usually designed for multiple platforms/hardwares they lack the optimization as it is not easy to make every hardware 100% happy. All these are used to compare with microkernel which usually designed to run on a very specific target. Anyway, nowadays it is very hard to distinguish as there exist a grey area, like for example linux kernel which although a monolithic design but you able to add or remove modules. meaning to say, they are not pure monolithic.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top