summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
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/conf/NOTES
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/conf/NOTES')
-rw-r--r--sys/conf/NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 4ffd358..6dbf9ee 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.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:
OpenPOWER on IntegriCloud