diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-20 06:06:28 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-07-20 06:06:28 +0000 |
commit | 3d678b8e73b29dec922fbbb8986dd5af5c0408c3 (patch) | |
tree | ab2fcfa96125738723b5e2fce25ea7ecc319cd4a /sys/arch/sparc/conf/RAMDISK | |
parent | 122ba5f1d5ed1687064d0f4df26688317cdf1cc8 (diff) |
no need for NMBCLUSTERS; noted by fries
Diffstat (limited to 'sys/arch/sparc/conf/RAMDISK')
-rw-r--r-- | sys/arch/sparc/conf/RAMDISK | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/arch/sparc/conf/RAMDISK b/sys/arch/sparc/conf/RAMDISK index 72581e2975c..919d54b8d29 100644 --- a/sys/arch/sparc/conf/RAMDISK +++ b/sys/arch/sparc/conf/RAMDISK @@ -7,8 +7,6 @@ machine sparc maxusers 2 # force default minimum number of buffers and dependents option NBUF=16 -# this should only waste 64K vs. 512K, but hopefully enough for ftp et.al. -option NMBCLUSTERS=32 # the size for MINIROOTSIZE must insure: 16384+size(bsd) < RELOC(boot,bootxx) option RAMDISK_HOOKS |