Increase the number of ptys to 12, puts the kernel sizes very close to

the limit.
This commit is contained in:
Rodney W. Grimes 1993-09-21 06:12:20 +00:00
parent a70983c40b
commit 29a25f9ec3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=489
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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