diff options
author | grr <grr@cvs.openbsd.org> | 1997-05-25 08:20:33 +0000 |
---|---|---|
committer | grr <grr@cvs.openbsd.org> | 1997-05-25 08:20:33 +0000 |
commit | 62ebd4b1ef81b33051000f66b24b3b8d4bf0a72b (patch) | |
tree | 699cc6058917cef9f1f31ee0ed4db5b9dddc155b /distrib | |
parent | 0ddaf17b002693984701f6725c8b6a1d23b76bce (diff) |
make a ramdisk optimally sized to fit below 0x340000 and still have a few free blocks, .../sparc/stand/boot/Makefile still needs to be un-reverted to make the corresponding bootblocks though
Diffstat (limited to 'distrib')
-rw-r--r-- | distrib/sparc/ramdisk/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/distrib/sparc/ramdisk/Makefile.inc b/distrib/sparc/ramdisk/Makefile.inc index 48fa2d08934..e9446d0291a 100644 --- a/distrib/sparc/ramdisk/Makefile.inc +++ b/distrib/sparc/ramdisk/Makefile.inc @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile.inc,v 1.5 1997/05/24 10:46:21 johns Exp $ -# $OpenBSD: Makefile.inc,v 1.5 1997/05/24 10:46:21 johns Exp $ +# $OpenBSD: Makefile.inc,v 1.6 1997/05/25 08:20:32 grr Exp $ +# $OpenBSD: Makefile.inc,v 1.6 1997/05/25 08:20:32 grr Exp $ -IMAGESIZE?= 8192 # 4Mb in 512 byte blocks +IMAGESIZE?= 4480 # 4Mb in 512 byte blocks BOOT_INSTALLBOOT?= /usr/mdec/bootxx GZIP?= gzip GZIPFLAGS?= -9v |