Subject: re: CVS commit: src/distrib/news68k/floppies/ramdisk
To: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
From: matthew green <mrg@eterna.com.au>
List: source-changes
Date: 03/28/2004 13:43:58
   
   > is it -DSMALL as well?
   
   -current i386/floppies/ramdisk-rescuetiny/ramdiskbin with x_gzip is:
   ---
   -rw-r--r--  1 tsutsui  wheel     9148 Mar 28 07:05 obj.i386/gzip/gzip.o
   -rwxr-xr-x  1 tsutsui  wheel  1080688 Mar 28 07:05 obj.i386/ramdiskbin*
   ---
   and ramdiskbin using usr.bin/gzip with -DSMALL and -DNO_*_SUPPORT is:
   ---
   -rw-r--r--  1 tsutsui  wheel    13112 Mar 28 07:07 obj.i386/gzip/gzip.o
   -rwxr-xr-x  1 tsutsui  wheel  1083480 Mar 28 07:07 obj.i386/ramdiskbin*
   ---

OK, with some more -DSMALL changes i'm going to commit shortly i now
have gzip/gzip.o being very close to the same size..

   text    data     bss     dec     hex filename
   5242       4      56    5302    14b6 gzip/gzip.o
   4037      28      36    4101    1005 gzip/gzip.o.old

the resulting filesystem has approx 150kb free so i'm guessing it's
fine for this particular case (ramdisk-rescuetiny.)