diff options
author | ache <ache@FreeBSD.org> | 1995-01-30 14:40:06 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-01-30 14:40:06 +0000 |
commit | e4eb694f82f93479471166147edb1a86647ed8c8 (patch) | |
tree | acfe5097997d121878feeaa155a9abac4654b871 /sys | |
parent | bc961f8cc678341db2c15abc80084e281eddb182 (diff) | |
download | FreeBSD-src-e4eb694f82f93479471166147edb1a86647ed8c8.zip FreeBSD-src-e4eb694f82f93479471166147edb1a86647ed8c8.tar.gz |
Describe default MAXCONS value: 12
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 3 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 3 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index f1bcf62..e4ea7d2 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.131 1995/01/26 11:00:12 ache Exp $ +# $Id: LINT,v 1.132 1995/01/27 07:48:59 phk 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 @@ -360,6 +360,7 @@ device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr options HARDFONTS # # MAXCONS is maximum number of virtual consoles, no more than 16 +# default value: 12 # options "MAXCONS=16" diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index f1bcf62..e4ea7d2 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.131 1995/01/26 11:00:12 ache Exp $ +# $Id: LINT,v 1.132 1995/01/27 07:48:59 phk 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 @@ -360,6 +360,7 @@ device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr options HARDFONTS # # MAXCONS is maximum number of virtual consoles, no more than 16 +# default value: 12 # options "MAXCONS=16" diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index f1bcf62..e4ea7d2 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.131 1995/01/26 11:00:12 ache Exp $ +# $Id: LINT,v 1.132 1995/01/27 07:48:59 phk 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 @@ -360,6 +360,7 @@ device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr options HARDFONTS # # MAXCONS is maximum number of virtual consoles, no more than 16 +# default value: 12 # options "MAXCONS=16" |