> On Mon, 2001-12-03 at 16:06, Taylor, ForrestX wrote: > > How did you get the loader binary in the boot.img so small? > If I do `make > > loader` and `strip loader`, the loader is 728640 bytes, > where the original > > loader is only 616040 bytes. > > make loader-network loader-local loader-pcmcia ; strip loader-* > > The boot disks only have the corresponding loader binary on them. > > Cheers, > > Jeremy Thanks again, Jeremy. So, if I edit loader.c with my changes, and then do a `make loader-local`, these changes will be integrated into the loader-local file, correct? Thanks, Forrest