Deleted Added
full compact
NOTES (454) NOTES (490)
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.6 1993/09/06 16:17:37 rgrimes Exp $
7# $Id: LINT,v 1.7 1993/09/13 03:15:26 rgrimes Exp $
8#
9
10machine "i386"
11cpu "i386"
12ident LINT
13timezone 8 dst
14maxusers 10
15maxfdescs 2048 #Max file descriptors per process

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

28options "NCONS=8" #number of syscons virtual consoles
29options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
30options UCONSOLE #x console support
31options XSERVER #xserver
32
33#
34# options that are in sys/conf/files
35#
8#
9
10machine "i386"
11cpu "i386"
12ident LINT
13timezone 8 dst
14maxusers 10
15maxfdescs 2048 #Max file descriptors per process

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

28options "NCONS=8" #number of syscons virtual consoles
29options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
30options UCONSOLE #x console support
31options XSERVER #xserver
32
33#
34# options that are in sys/conf/files
35#
36pseudo-device bpfilter #berkeley packet filter
36pseudo-device bpfilter 4 #berkeley packet filter
37options CCITT
38device cd0 #scsi cdrom driver
39device cd1
40device ch0
41pseudo-device ddb
42pseudo-device devpager
43options EON
44pseudo-device ether

--- 77 unchanged lines hidden ---
37options CCITT
38device cd0 #scsi cdrom driver
39device cd1
40device ch0
41pseudo-device ddb
42pseudo-device devpager
43options EON
44pseudo-device ether

--- 77 unchanged lines hidden ---