diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2001-09-21 03:49:41 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2001-09-21 03:49:41 +0000 |
commit | 63126d740bf9c26591a086f7b85f6d6bd419d33a (patch) | |
tree | 6f8ed3a40fa21046f969b5ff7a9b8e2484a1418b /sys | |
parent | d5e1bc54d98ffff05521135f7b4129621bf64706 (diff) |
bump size to 8192 and remove a sparc-ism
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc64/conf/RAMDISK | 5 |
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 |