summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authoryokota <yokota@FreeBSD.org>1997-09-04 23:03:11 +0000
committeryokota <yokota@FreeBSD.org>1997-09-04 23:03:11 +0000
commitafe8f13f614c384fa92bdeca51218f2656778590 (patch)
treed749338070f6adcb9ad455dd988cc92bfe2dafac /sys/i386
parentec0b9f839dbbd355210672792d5b803856b38c75 (diff)
downloadFreeBSD-src-afe8f13f614c384fa92bdeca51218f2656778590.zip
FreeBSD-src-afe8f13f614c384fa92bdeca51218f2656778590.tar.gz
Add a new compile option SC_HISTORY_SIZE for syscons.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/conf/LINT3
-rw-r--r--sys/i386/conf/NOTES3
-rw-r--r--sys/i386/conf/options.i3863
3 files changed, 6 insertions, 3 deletions
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 4ffd358..6dbf9ee 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.360 1997/08/28 15:00:05 jlemon Exp $
+# $Id: LINT,v 1.361 1997/09/04 18:49:51 sos 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
@@ -641,6 +641,7 @@ options MAXCONS=16 # number of virtual consoles
options SLOW_VGA # do byte-wide i/o's to TS and GDC regs
options "STD8X16FONT" # Compile font in
makeoptions "STD8X16FONT"="cp850"
+options SC_HISTORY_SIZE=200 # number of history buffer lines
#
# `flags' for sc0:
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 4ffd358..6dbf9ee 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.360 1997/08/28 15:00:05 jlemon Exp $
+# $Id: LINT,v 1.361 1997/09/04 18:49:51 sos 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
@@ -641,6 +641,7 @@ options MAXCONS=16 # number of virtual consoles
options SLOW_VGA # do byte-wide i/o's to TS and GDC regs
options "STD8X16FONT" # Compile font in
makeoptions "STD8X16FONT"="cp850"
+options SC_HISTORY_SIZE=200 # number of history buffer lines
#
# `flags' for sc0:
diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386
index 6344a17..db4591a 100644
--- a/sys/i386/conf/options.i386
+++ b/sys/i386/conf/options.i386
@@ -1,4 +1,4 @@
-# $Id: options.i386,v 1.56 1997/08/31 22:43:39 bde Exp $
+# $Id: options.i386,v 1.57 1997/08/31 23:08:19 bde Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
@@ -76,6 +76,7 @@ SC_SPLASH_SCREEN opt_syscons.h
MAXCONS opt_syscons.h
SLOW_VGA opt_syscons.h
STD8X16FONT opt_syscons.h
+SC_HISTORY_SIZE opt_syscons.h
PSM_ACCEL opt_psm.h
PSM_EMULATION opt_psm.h
OpenPOWER on IntegriCloud