Deleted Added
full compact
NOTES (510) NOTES (526)
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.9 1993/09/24 21:01:11 rgrimes Exp $
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
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 #scsi cdrom driver
40device cd1
39device cd0 #Only need one of these, the code dynamically grows
41device ch0
42pseudo-device ddb
43pseudo-device devpager
44options EON
45pseudo-device ether
46options FIFO
47#pseudo-device imp
48options INET #Internet communications protocols

--- 75 unchanged lines hidden ---
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 ---