Deleted Added
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# This kernel is NOT MEANT to be runnable!
6#
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
16options MATH_EMULATE #Support for x87 emulation
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 ---