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