diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-04 20:14:41 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-04 20:14:41 +0000 |
commit | c2bb29e827f83c9033545e3d3e0e445a4fc6a077 (patch) | |
tree | 1e741473739cb175e22208fde860671ee07b4751 /sys/arch/hp300/conf | |
parent | 37d11ae7617046e8399558cc243bf2e52cd7dba2 (diff) |
Crank maxusers to 32 on m68k GENERIC kernels, and to 16 on m68k installation
media.
The latter is to work around a pmap issue on 680[46]0, for which either
a kluge or a real fix look very ugly.
Diffstat (limited to 'sys/arch/hp300/conf')
-rw-r--r-- | sys/arch/hp300/conf/DISKLESS | 4 | ||||
-rw-r--r-- | sys/arch/hp300/conf/RAMDISK | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hp300/conf/DISKLESS b/sys/arch/hp300/conf/DISKLESS index 42aef49e7f7..f0c3a5c8640 100644 --- a/sys/arch/hp300/conf/DISKLESS +++ b/sys/arch/hp300/conf/DISKLESS @@ -1,4 +1,4 @@ -# $OpenBSD: DISKLESS,v 1.22 2001/12/06 01:03:42 miod Exp $ +# $OpenBSD: DISKLESS,v 1.23 2004/08/04 20:14:39 miod Exp $ # $NetBSD: GENERIC,v 1.23 1997/01/31 06:12:57 thorpej Exp $ # # Generic kernel - one size fits all. @@ -25,7 +25,7 @@ option HP425 option HP433 # Need to set locally -maxusers 8 +maxusers 16 # Options for HP hardware option USELEDS # make the lights twinkle diff --git a/sys/arch/hp300/conf/RAMDISK b/sys/arch/hp300/conf/RAMDISK index f98fb63c77f..32b774b47eb 100644 --- a/sys/arch/hp300/conf/RAMDISK +++ b/sys/arch/hp300/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.16 2004/08/03 21:46:54 miod Exp $ +# $OpenBSD: RAMDISK,v 1.17 2004/08/04 20:14:39 miod Exp $ # # Ram disk kernel. # @@ -20,7 +20,7 @@ option HP400 option HP425 option HP433 -maxusers 8 +maxusers 16 option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight saving time used by RTC |