summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-09-21 03:49:41 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-09-21 03:49:41 +0000
commit63126d740bf9c26591a086f7b85f6d6bd419d33a (patch)
tree6f8ed3a40fa21046f969b5ff7a9b8e2484a1418b /sys
parentd5e1bc54d98ffff05521135f7b4129621bf64706 (diff)
bump size to 8192 and remove a sparc-ism
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/sparc64/conf/RAMDISK5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/sparc64/conf/RAMDISK b/sys/arch/sparc64/conf/RAMDISK
index 326823a8805..97fb4b04f7d 100644
--- a/sys/arch/sparc64/conf/RAMDISK
+++ b/sys/arch/sparc64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.1 2001/09/17 22:00:08 jason Exp $
+# $OpenBSD: RAMDISK,v 1.2 2001/09/21 03:49:40 jason Exp $
# Machine architecture; required by config(8)
machine sparc64
@@ -11,9 +11,8 @@ maxusers 2
# force default minimum number of buffers and dependents
option NBUF=16
-# the size for MINIROOTSIZE must insure: 16384+size(bsd) < RELOC(boot,bootxx)
option RAMDISK_HOOKS
-option MINIROOTSIZE=4352
+option MINIROOTSIZE=8192
#option DDB # need this to see what's happening