Kernel config file generator
Posted
by
lisak
on Server Fault
See other posts from Server Fault
or by lisak
Published on 2010-12-25T23:19:18Z
Indexed on
2010/12/25
23:55 UTC
Read the original article
Hit count: 360
Hey guys,
could please anybody recommend some kind of kconfig generator that would trim modules and built-in stuff that is not needed according to current hardware ?
The best I have found is this : http://lkml.org/lkml/2008/9/16/290
I don't care about compilation time and the amount of modules that are not built-in. I'm concerned about performance. I don't know how much memory and runtime is wasted on huge kernels with almost everything possible.
I'm a java developer and I don't know what most of the modules and drivers are for. So there is not much I can disable and be sure that I don't screw it up.
Thanks in advance
© Server Fault or respective owner