Deleted Added
sdiff udiff text old ( 27532 ) new ( 27674 )
full compact
1#
2# LINT -- config file for checking all the sources, tries to pull in
3# as much of the source tree as it can.
4#
5# $Id: LINT,v 1.351 1997/07/17 06:01:10 dyson Exp $
6#
7# NB: You probably don't want to try running a kernel built from this
8# file. Instead, you should start from GENERIC, and add options from
9# this file as required.
10#
11
12#
13# This directive is mandatory; it defines the architecture to be

--- 617 unchanged lines hidden (view full) ---

631options FAT_CURSOR # start with block cursor
632# This PCVT option is for keyboards such as those used on IBM ThinkPad laptops
633options PCVT_SCANSET=2 # IBM keyboards are non-std
634
635# The syscons console driver (sco color console compatible) - default.
636device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
637options MAXCONS=16 # number of virtual consoles
638options SLOW_VGA # do byte-wide i/o's to TS and GDC regs
639
640#
641# `flags' for sc0:
642# 0x01 Use a 'visual' bell
643# 0x02 Use a 'blink' cursor
644# 0x04 Use a 'underline' cursor
645# 0x06 Use a 'blinking underline' (destructive) cursor
646# 0x08 Force detection of keyboard, else we always assume a keyboard

--- 608 unchanged lines hidden ---