diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-22 21:31:34 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2004-08-22 21:31:34 +0000 |
commit | 8624159457accd34a3428d4a41425c8ce4f0baa1 (patch) | |
tree | 90748197262af73017e680e916d3cd71e8ab8ed6 /sys/arch/hp300 | |
parent | 668c515cab6776b101d24eff3d46a7cb56395c7f (diff) |
Crank maxusers to 32; 16 is not enough to workaround the 68040-pmap problem
on some machines, and I probably won't have time to fix it properly
for this release.
Diffstat (limited to 'sys/arch/hp300')
-rw-r--r-- | sys/arch/hp300/conf/RAMDISK | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/hp300/conf/RAMDISK b/sys/arch/hp300/conf/RAMDISK index 32b774b47eb..41ee06bb3bb 100644 --- a/sys/arch/hp300/conf/RAMDISK +++ b/sys/arch/hp300/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.17 2004/08/04 20:14:39 miod Exp $ +# $OpenBSD: RAMDISK,v 1.18 2004/08/22 21:31:33 miod Exp $ # # Ram disk kernel. # @@ -20,7 +20,7 @@ option HP400 option HP425 option HP433 -maxusers 16 +maxusers 32 option TIMEZONE=0 # time zone to adjust RTC time by option DST=0 # daylight saving time used by RTC |