diff options
author | 2001-02-13 16:25:54 +0000 | |
---|---|---|
committer | 2001-02-13 16:25:54 +0000 | |
commit | ba880c220c444acee5df99eaa46ff80b67743a90 (patch) | |
tree | 4d9dc206a3d00f81864affcc8d23054d292cfe5f | |
parent | Cleanup. (diff) | |
download | wireguard-openbsd-ba880c220c444acee5df99eaa46ff80b67743a90.tar.xz wireguard-openbsd-ba880c220c444acee5df99eaa46ff80b67743a90.zip |
Bump maxusers to 32.
-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 |