diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2001-02-13 16:25:55 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2001-02-13 16:25:55 +0000 |
commit | 97bf6857cc81de998af1b142bad9c74c9780cd08 (patch) | |
tree | 1eb792d497412b9a582b9212f477fddb1f71fa35 /sys/arch/alpha | |
parent | 78f7af6cc7c377fc3d638d4cdf6508903ff1ddc9 (diff) |
Bump maxusers to 32.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 4d5a7829414..6d755d48349 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.65 2001/02/13 14:50:33 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.66 2001/02/13 16:25:54 art Exp $ # $NetBSD: GENERIC,v 1.31 1996/12/03 17:25:29 cgd Exp $ # # Generic Alpha kernel. Enough to get booted, etc., but not much more. @@ -6,7 +6,7 @@ machine alpha include "../../../conf/GENERIC" -maxusers 8 +maxusers 32 option PMAP_NEW # required option UVM # required |