summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-09-05 02:20:52 +0000
committerkato <kato@FreeBSD.org>1998-09-05 02:20:52 +0000
commit2af24be96cd0c0b38e8d0b679e0a51003e2bd044 (patch)
treed27c5e9e4265df02a8246c097dcee83978941f44 /sys
parentc1a603227646e2020f7c82f0d1b8e8d412093612 (diff)
downloadFreeBSD-src-2af24be96cd0c0b38e8d0b679e0a51003e2bd044.zip
FreeBSD-src-2af24be96cd0c0b38e8d0b679e0a51003e2bd044.tar.gz
Increase 'maxusers' to 32.
Diffstat (limited to 'sys')
-rw-r--r--sys/pc98/conf/GENERIC4
-rw-r--r--sys/pc98/conf/GENERIC984
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 86f7aec..c63feda 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -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: GENERIC98,v 1.40 1998/06/05 08:29:55 kato Exp $
+# $Id: GENERIC98,v 1.41 1998/08/19 02:40:36 kato Exp $
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
@@ -21,7 +21,7 @@ cpu "I486_CPU"
cpu "I586_CPU"
cpu "I686_CPU"
ident "GENERIC98"
-maxusers 10
+maxusers 32
options "PC98" #PC98
options MATH_EMULATE #Support for x87 emulation
diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98
index 86f7aec..c63feda 100644
--- a/sys/pc98/conf/GENERIC98
+++ b/sys/pc98/conf/GENERIC98
@@ -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: GENERIC98,v 1.40 1998/06/05 08:29:55 kato Exp $
+# $Id: GENERIC98,v 1.41 1998/08/19 02:40:36 kato Exp $
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
@@ -21,7 +21,7 @@ cpu "I486_CPU"
cpu "I586_CPU"
cpu "I686_CPU"
ident "GENERIC98"
-maxusers 10
+maxusers 32
options "PC98" #PC98
options MATH_EMULATE #Support for x87 emulation
OpenPOWER on IntegriCloud