summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrgrimes <rgrimes@FreeBSD.org>1993-09-21 06:12:20 +0000
committerrgrimes <rgrimes@FreeBSD.org>1993-09-21 06:12:20 +0000
commit24087ad17c987ee8ca77a34366068940427a7307 (patch)
treefa0d681399a439a421781e75110643f99efbe3a0
parentad0687dc162ee51a6b0bfae26505483c772f9202 (diff)
downloadFreeBSD-src-24087ad17c987ee8ca77a34366068940427a7307.zip
FreeBSD-src-24087ad17c987ee8ca77a34366068940427a7307.tar.gz
Increase the number of ptys to 12, puts the kernel sizes very close to
the limit.
-rw-r--r--sys/i386/conf/GENERICAH4
-rw-r--r--sys/i386/conf/GENERICBT4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/i386/conf/GENERICAH b/sys/i386/conf/GENERICAH
index 29fcf8a..940fa22 100644
--- a/sys/i386/conf/GENERICAH
+++ b/sys/i386/conf/GENERICAH
@@ -1,7 +1,7 @@
#
# GENERICAH -- Generic machine with WD/AHx family disks
#
-# $Id: GENERICAH,v 1.7 1993/08/31 15:17:23 rgrimes Exp $
+# $Id: GENERICAH,v 1.8 1993/09/06 12:26:08 rgrimes Exp $
#
machine "i386"
@@ -78,7 +78,7 @@ pseudo-device loop
pseudo-device ether
pseudo-device log
pseudo-device sl 2
-pseudo-device pty 4
+pseudo-device pty 12
pseudo-device speaker
pseudo-device swappager
diff --git a/sys/i386/conf/GENERICBT b/sys/i386/conf/GENERICBT
index ba32e55..798d506 100644
--- a/sys/i386/conf/GENERICBT
+++ b/sys/i386/conf/GENERICBT
@@ -1,7 +1,7 @@
#
# GENERICBT -- Generic machine with WD/BTx family disks
#
-# $Id: GENERICBT,v 1.5 1993/09/06 12:26:09 rgrimes Exp $
+# $Id: GENERICBT,v 1.6 1993/09/13 03:15:24 rgrimes Exp $
#
machine "i386"
@@ -78,7 +78,7 @@ pseudo-device loop
pseudo-device ether
pseudo-device log
pseudo-device sl 2
-pseudo-device pty 4
+pseudo-device pty 12
pseudo-device speaker
pseudo-device swappager
OpenPOWER on IntegriCloud