LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   General (https://www.linuxquestions.org/questions/general-10/)
-   -   What's the size of your kernel? (https://www.linuxquestions.org/questions/general-10/whats-the-size-of-your-kernel-329612/)

AlexV 06-03-2005 10:12 AM

Quote:

Originally posted by kornerr
AFAIK, the smaller the kernel - the better:)
Well now, that depends. I seem to remember Linus Torvalds and Andy Tanenbaum having a debate on a similar subject... ;)

Crashed_Again 06-03-2005 12:33 PM

Re: What's the size of your kernel?
 
Quote:

Originally posted by kornerr
What's the size of your kernel?
Thats extremly personal.

kornerr 06-03-2005 12:37 PM

Thanks for a link, AlexV.
Although it's a very old one:)

Cron 06-03-2005 01:01 PM

Size of the kernel
 
Quote:

AFAIK, the smaller the kernel - the better:)
It depends on your configuration.
Smaller kernel = more modules = increased time needed to boot, more flexibility (module loading without need to reboot); Bigger kernel = less modules = less hard disk I/O = faster boot, but less flexibility (no module loading/unloading on the fly);
So it depends on what you want and what is your hard disk capable of. On laptops (4200rpm) compiling a monolithic kernel can shorten boot times, because kernel image itself is compressed, thus resulting in less HD I/O. On SATA raid there is almost no decrease in boot time when loading modules at booting, thus you can compile everything as modules (well almost everything...) and have a very modular, small kernel ready for hotplugging your PCI cards.

In linux it is all about choices. :D

jtshaw 06-03-2005 05:31 PM

Re: Re: What's the size of your kernel?
 
Quote:

Originally posted by Crashed_Again
Thats extremly personal.
It's not the size that matters, it's how you use it. That is what people with small kernels say at any rate...

Crashed_Again 06-06-2005 06:10 AM

Re: Re: Re: What's the size of your kernel?
 
Quote:

Originally posted by jtshaw
It's not the size that matters, it's how you use it. That is what people with small kernels say at any rate...
Your right! :D


All times are GMT -5. The time now is 04:50 AM.