Deleted Added
full compact
NOTES (337) NOTES (350)
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.2 1993/08/26 17:55:58 rgrimes Exp $
7# $Id: LINT,v 1.3 1993/08/27 02:10:12 rgrimes Exp $
8#
9
10machine "i386"
11cpu "i386"
12ident LINT
13timezone 8 dst
14maxusers 10
15maxfdescs 2048 #Max file descriptors per process
8#
9
10machine "i386"
11cpu "i386"
12ident LINT
13timezone 8 dst
14maxusers 10
15maxfdescs 2048 #Max file descriptors per process
16options MATH_EMULATE #Support for x87 emulation
16
17config "386bsd" root on wd0 swap on wd0 and sd0
18
19#
20# options that appear as inline #ifdef's
21#
22options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
23options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c

--- 97 unchanged lines hidden ---
17
18config "386bsd" root on wd0 swap on wd0 and sd0
19
20#
21# options that appear as inline #ifdef's
22#
23options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
24options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c

--- 97 unchanged lines hidden ---