diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/sparc/conf/FLOPPY | 5 | ||||
-rw-r--r-- | sys/arch/sparc/conf/GENERIC | 2 | ||||
-rw-r--r-- | sys/arch/sparc/conf/GENERIC_SCSI3 | 2 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4 | 4 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4C | 2 | ||||
-rw-r--r-- | sys/arch/sparc/conf/SUN4M | 4 |
6 files changed, 16 insertions, 3 deletions
diff --git a/sys/arch/sparc/conf/FLOPPY b/sys/arch/sparc/conf/FLOPPY index b01803a08e6..6fabcbf33c7 100644 --- a/sys/arch/sparc/conf/FLOPPY +++ b/sys/arch/sparc/conf/FLOPPY @@ -1,9 +1,12 @@ -# $OpenBSD: FLOPPY,v 1.13 1997/04/29 05:15:59 deraadt Exp $ +# $OpenBSD: FLOPPY,v 1.14 1997/06/22 21:42:40 downsj Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) machine sparc +# maxusers means mostly "let's get small" in terms of kernel malloc's +maxusers 2 + #option INSECURE # default to secure option TIMEZONE=0 # time zone to adjust RTC time by diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index 6f50edb994b..6b92f12c767 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -22,6 +22,8 @@ option RASTERCONSOLE # fast rasterop console option COMPAT_SUNOS # compatibility with SunOS binaries option COMPAT_SVR4 # compatibility with SVR4 binaries +maxusers 16 # estimated number of users + # Generic swap; second partition of root disk or network. config bsd swap generic diff --git a/sys/arch/sparc/conf/GENERIC_SCSI3 b/sys/arch/sparc/conf/GENERIC_SCSI3 index 7804f1aa55f..62169468381 100644 --- a/sys/arch/sparc/conf/GENERIC_SCSI3 +++ b/sys/arch/sparc/conf/GENERIC_SCSI3 @@ -22,6 +22,8 @@ option RASTERCONSOLE # fast rasterop console option COMPAT_SUNOS # compatibility with SunOS binaries option COMPAT_SVR4 # compatibility with SVR4 binaries +maxusers 16 # estimated number of users + # Generic swap; second partition of root disk or network. config bsd swap generic diff --git a/sys/arch/sparc/conf/SUN4 b/sys/arch/sparc/conf/SUN4 index c62d40acf3b..aa37470f5e3 100644 --- a/sys/arch/sparc/conf/SUN4 +++ b/sys/arch/sparc/conf/SUN4 @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4,v 1.13 1997/06/13 16:06:38 johns Exp $ +# $OpenBSD: SUN4,v 1.14 1997/06/22 21:42:41 downsj Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -17,6 +17,8 @@ option RASTERCONSOLE # fast rasterop console option COMPAT_SUNOS # compatibility with SunOS binaries option COMPAT_SVR4 # compatibility with SVR4 binaries +maxusers 16 # estimated number of users + # Generic swap; second partition of root disk or network. config bsd swap generic diff --git a/sys/arch/sparc/conf/SUN4C b/sys/arch/sparc/conf/SUN4C index 77a8ad89f2e..88d81a59978 100644 --- a/sys/arch/sparc/conf/SUN4C +++ b/sys/arch/sparc/conf/SUN4C @@ -49,6 +49,8 @@ option LKM option COMPAT_SUNOS # compatibility with SunOS binaries option COMPAT_SVR4 # compatibility with SVR4 binaries +maxusers 16 # estimated number of users + config bsd swap generic mainbus0 at root diff --git a/sys/arch/sparc/conf/SUN4M b/sys/arch/sparc/conf/SUN4M index 4c67473bd51..c33697eeef2 100644 --- a/sys/arch/sparc/conf/SUN4M +++ b/sys/arch/sparc/conf/SUN4M @@ -1,4 +1,4 @@ -# $OpenBSD: SUN4M,v 1.12 1997/06/12 16:18:22 johns Exp $ +# $OpenBSD: SUN4M,v 1.13 1997/06/22 21:42:42 downsj Exp $ # $NetBSD: GENERIC,v 1.28.2.1 1996/07/02 23:55:22 jtc Exp $ # Machine architecture; required by config(8) @@ -15,6 +15,8 @@ option RASTERCONSOLE # fast rasterop console option COMPAT_SUNOS # compatibility with SunOS binaries option COMPAT_SVR4 # compatibility with SVR4 binaries +maxusers 32 # estimated number of users + # Generic swap; second partition of root disk or network. config bsd swap generic |