From: Matthew F. <mf...@ci...> - 2002-06-27 18:36:42
|
On Thu, Jun 27, 2002 at 11:14:05AM -0700, Kyle B wrote: > Does anyone know how the Trinux kernel bzImages get so > small? Every kernel I make is much bigger. > > I use the standard source from kernel.org and no > patches. I try to make it as modular as possible, but > it's still too big. > > If anyone has any tricks, please let me know. see http://trinux.sf.net/kernel/2.4.17/bare/config for the absolute minimum (not even network drivers) No IDE, No SCSI, No PCI database (so /proc/pci loses a lot of value) and probably more... - mdf |