1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

sync with GENERIC file, raise maxusers variable from '10' to '32'

This commit is contained in:
Andreas Klemm 1998-09-16 18:27:45 +00:00
parent 8f82c3ea68
commit 780ea96b9a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=39373

View File

@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $Id: SMP-GENERIC,v 1.12 1998/04/29 06:58:43 max Exp $
# $Id: SMP-GENERIC,v 1.13 1998/09/15 10:01:13 gibbs Exp $
machine "i386"
# SMP does NOT support 386/486 CPUs.
@ -21,7 +21,7 @@ machine "i386"
cpu "I586_CPU"
cpu "I686_CPU"
ident SMP-GENERIC
maxusers 10
maxusers 32
# Create a SMP capable kernel (mandatory options):
options SMP # Symmetric MultiProcessor Kernel