summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1997-07-25 11:53:30 +0000
committerphk <phk@FreeBSD.org>1997-07-25 11:53:30 +0000
commit1333c949c4dda1da7a84f8cb112ae7111f77605a (patch)
tree4f9537d42fe55b02f6de5fedd13eabe699bc0bd9 /sys/conf/NOTES
parent909df620d07fa17271ce88c44d1dd81776fc68b0 (diff)
downloadFreeBSD-src-1333c949c4dda1da7a84f8cb112ae7111f77605a.zip
FreeBSD-src-1333c949c4dda1da7a84f8cb112ae7111f77605a.tar.gz
Add option for compiling in a 8x16 font.
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 19555b1..a79b943 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.351 1997/07/17 06:01:10 dyson Exp $
+# $Id: LINT,v 1.352 1997/07/20 05:27:59 bde 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
@@ -636,6 +636,8 @@ options PCVT_SCANSET=2 # IBM keyboards are non-std
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
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"
#
# `flags' for sc0:
OpenPOWER on IntegriCloud