diff options
author | 1998-07-20 06:06:27 +0000 | |
---|---|---|
committer | 1998-07-20 06:06:27 +0000 | |
commit | cfc435fe648063645f469241f8e6e03a3c9eebe7 (patch) | |
tree | 2fb51ba6d31e0c1e685417e0f615c227a2b864fa | |
parent | finish off fixing PR 536 completely (diff) | |
download | wireguard-openbsd-cfc435fe648063645f469241f8e6e03a3c9eebe7.tar.xz wireguard-openbsd-cfc435fe648063645f469241f8e6e03a3c9eebe7.zip |
no need for NMBCLUSTERS; noted by fries
-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 |