Post Reply  Post Thread 
Linux Kernel Types
Author Message
admin
~CM~
*******


Posts: 147
Group: Administrators
Joined: Jul 2007
Status: Offline
Reputation: 0
Thank 0
2 was given thank in 2 posts
Post: #1
Linux Kernel Types

Monolithic
1. Drivers compiled into kernel directly.
2. Uses more memory because unused drivers take up space.
3. Generally slows system down due to memory usage.
4. However, communicates with hardware faster.

Modular
1. Drivers are compiled as modules.
2. Uses less memory since only necessary drivers can be loaded.
3. More flexible because more drivers can be compiled as modules.


Thanks & Regards
------------------
~CM~

ADD TO DEL.ICIO.US  ADD TO DIGG  ADD TO FURL  ADD TO NEWSVINE  ADD TO NETSCAPE 
ADD TO TECHNORATI FAVORITES  Technorati ADD TO SQUIDOO  ADD TO WINDOWS LIVE  ADD TO YAHOO MYWEB  ADD TO ASK 
ADD TO REDDIT  ADD TO STUMBLEUPON  ADD TO GOOGLE   

07-25-2007 03:16 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply  Post Thread 

Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  How To Apply Patch to Kernel Source admin 1 1,270 01-04-2008 10:16 PM
Last Post: nikesh
  How to compile a kernel admin 0 487 07-25-2007 03:32 AM
Last Post: admin
  Temporarily suspend a process in linux admin 0 807 07-25-2007 03:17 AM
Last Post: admin
  Advantages/Benefits of Linux admin 0 541 07-25-2007 02:38 AM
Last Post: admin
  How do I crash Linux? admin 0 592 07-25-2007 02:35 AM
Last Post: admin

View a Printable Version
Send this Thread to a Friend
Subscribe to this Thread | Add Thread to Favorites

Forum Jump: