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.10 1993/09/26 23:21:12 rgrimes Exp $
8#
9
10machine "i386"
11cpu "i386"
12ident LINT
13timezone 8 dst
14maxusers 10
15maxfdescs 2048 #Max file descriptors per process

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

31options UCONSOLE #x console support
32options XSERVER #xserver
33
34#
35# options that are in sys/conf/files
36#
37pseudo-device bpfilter 4 #berkeley packet filter
38options CCITT
39device cd0 #Only need one of these, the code dynamically grows
40device ch0
41pseudo-device ddb
42pseudo-device devpager
43options EON
44pseudo-device ether
45options FIFO
46#pseudo-device imp
47options INET #Internet communications protocols

--- 75 unchanged lines hidden ---