summaryrefslogtreecommitdiff
path: root/distrib
diff options
context:
space:
mode:
authorgrr <grr@cvs.openbsd.org>1997-05-25 08:20:33 +0000
committergrr <grr@cvs.openbsd.org>1997-05-25 08:20:33 +0000
commit62ebd4b1ef81b33051000f66b24b3b8d4bf0a72b (patch)
tree699cc6058917cef9f1f31ee0ed4db5b9dddc155b /distrib
parent0ddaf17b002693984701f6725c8b6a1d23b76bce (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.inc6
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