Deleted Added
full compact
NOTES (1407) NOTES (1434)
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.63 1994/04/23 12:13:27 ache Exp $
7# $Id: LINT,v 1.64 1994/04/23 21:39:02 wollman Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10
16maxfdescs 2048 #Max file descriptors per process
17options MATH_EMULATE #Support for x87 emulation
18
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10
16maxfdescs 2048 #Max file descriptors per process
17options MATH_EMULATE #Support for x87 emulation
18
19# Do not use in binary distributions
20#options GPL_MATH_EMULATE #Support for x87 emualtion via
21 #new math emulator
22
19config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0
20
21#
22# options that appear as inline #ifdef's
23#
24options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
25options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
26options "FIFO_TRIGGER=FIFO_TRIGGER_1" #Use this fifo value in sio.c

--- 163 unchanged lines hidden ---
23config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0
24
25#
26# options that appear as inline #ifdef's
27#
28options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
29options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
30options "FIFO_TRIGGER=FIFO_TRIGGER_1" #Use this fifo value in sio.c

--- 163 unchanged lines hidden ---