From 1333c949c4dda1da7a84f8cb112ae7111f77605a Mon Sep 17 00:00:00 2001 From: phk Date: Fri, 25 Jul 1997 11:53:30 +0000 Subject: Add option for compiling in a 8x16 font. --- sys/conf/NOTES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/conf/NOTES') 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: -- cgit v1.1