From 9da6a15aa4120b62ee33a6e47d9f4ac0991a7485 Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sun, 12 Feb 1995 09:29:59 +0000 Subject: [PATCH] Pick a more sensible default for # of ptys, add comment that this can go as high as 64 now. --- sys/conf/NOTES | 4 ++-- sys/i386/conf/LINT | 4 ++-- sys/i386/conf/NOTES | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 019b2b5530b..392e473244e 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.137 1995/02/09 09:47:08 jkh Exp $ +# $Id: LINT,v 1.138 1995/02/10 05:42:24 amurai Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -280,7 +280,7 @@ device cd0 #SCSI CD-ROMs # required for `telnetd', `rlogind', `screen', `emacs', and `xterm', # among others. # -pseudo-device pty 4 #Pseudo ttys +pseudo-device pty 16 #Pseudo ttys - can go as high as 64 pseudo-device speaker #Play IBM BASIC-style noises out your speaker pseudo-device log #Kernel syslog interface (/dev/klog) pseudo-device gzip #Exec gzipped a.out's diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 019b2b5530b..392e473244e 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.137 1995/02/09 09:47:08 jkh Exp $ +# $Id: LINT,v 1.138 1995/02/10 05:42:24 amurai Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -280,7 +280,7 @@ device cd0 #SCSI CD-ROMs # required for `telnetd', `rlogind', `screen', `emacs', and `xterm', # among others. # -pseudo-device pty 4 #Pseudo ttys +pseudo-device pty 16 #Pseudo ttys - can go as high as 64 pseudo-device speaker #Play IBM BASIC-style noises out your speaker pseudo-device log #Kernel syslog interface (/dev/klog) pseudo-device gzip #Exec gzipped a.out's diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 019b2b5530b..392e473244e 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.137 1995/02/09 09:47:08 jkh Exp $ +# $Id: LINT,v 1.138 1995/02/10 05:42:24 amurai Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -280,7 +280,7 @@ device cd0 #SCSI CD-ROMs # required for `telnetd', `rlogind', `screen', `emacs', and `xterm', # among others. # -pseudo-device pty 4 #Pseudo ttys +pseudo-device pty 16 #Pseudo ttys - can go as high as 64 pseudo-device speaker #Play IBM BASIC-style noises out your speaker pseudo-device log #Kernel syslog interface (/dev/klog) pseudo-device gzip #Exec gzipped a.out's