Add a new compile option SC_HISTORY_SIZE for syscons.

This commit is contained in:
Kazutaka YOKOTA 1997-09-04 23:03:11 +00:00
parent 9d6218d088
commit 297976f79f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29122
5 changed files with 10 additions and 5 deletions

View file

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

View file

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

View file

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

View file

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

View file

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