From 9554615dfbf316dbbcb1038b7028e527c59df854 Mon Sep 17 00:00:00 2001 From: fvdl Date: Sun, 29 Apr 2001 12:48:12 +0000 Subject: [PATCH] Set NMBCLUSTERS to the old value of 256 here, as the new default will only be a waste of space for this configuration. --- sys/arch/i386/conf/GENERIC_TINY | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/conf/GENERIC_TINY b/sys/arch/i386/conf/GENERIC_TINY index 6aa815a96899..59c6e6939e0a 100644 --- a/sys/arch/i386/conf/GENERIC_TINY +++ b/sys/arch/i386/conf/GENERIC_TINY @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC_TINY,v 1.24 2001/04/21 21:03:46 fvdl Exp $ +# $NetBSD: GENERIC_TINY,v 1.25 2001/04/29 12:48:12 fvdl Exp $ # # GENERIC_TINY -- suitable default for 4M machines # No EISA, PCI, or SCSI. @@ -53,6 +53,8 @@ options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT #options SYSVSHM # System V-like memory sharing #options SHMMAXPGS=1024 # 1024 pages is the default +options NMBCLUSTERS=256 + #options LKM # loadable kernel modules # Diagnostic/debugging support options