Deleted Added
full compact
NOTES (687) NOTES (694)
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# This kernel is NOT MEANT to be runnable!
6#
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# This kernel is NOT MEANT to be runnable!
6#
7# $Id: LINT,v 1.21 1993/10/23 22:55:43 jkh Exp $
7# $Id: LINT,v 1.22 1993/10/31 00:20:35 jkh Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

23#
24options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
25options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
26options "COMPAT_43" #compatible with BSD 4.3
27options "SYMTAB_SPACE=102452" #This kernel needs LOTS of symtable
28options GATEWAY #internetwork gateway
29options KTRACE #kernel tracing
30options "NCONS=8" #number of syscons virtual consoles
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

23#
24options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
25options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
26options "COMPAT_43" #compatible with BSD 4.3
27options "SYMTAB_SPACE=102452" #This kernel needs LOTS of symtable
28options GATEWAY #internetwork gateway
29options KTRACE #kernel tracing
30options "NCONS=8" #number of syscons virtual consoles
31options "FAT_CURSOR" #block cursor in syscons
31options "FAT_CURSOR" #block cursor in syscons or pccons
32options "STAR_SAVER" #syscons "stars" screen saver
33options "SNAKE_SAVER" #syscons "snake" screen saver
34options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
35options UCONSOLE #x console support
36options XSERVER #xserver
37
38#
39# options that are in sys/conf/files

--- 94 unchanged lines hidden ---
32options "STAR_SAVER" #syscons "stars" screen saver
33options "SNAKE_SAVER" #syscons "snake" screen saver
34options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
35options UCONSOLE #x console support
36options XSERVER #xserver
37
38#
39# options that are in sys/conf/files

--- 94 unchanged lines hidden ---