Deleted Added
full compact
NOTES (2321) NOTES (2325)
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.72 1994/08/19 00:00:41 phk Exp $
7# $Id: LINT,v 1.73 1994/08/27 16:23:03 davidg Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13cpu "I586_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10
16maxfdescs 2048 #Max file descriptors per process
17options MATH_EMULATE #Support for x87 emulation
18
19# Do not use in binary distributions
20#options GPL_MATH_EMULATE #Support for x87 emualtion via

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

64
65# Multicast support.
66options MULTICAST # Multicast code
67options MROUTING # Multicast routing
68
69#
70# options that are in sys/conf/files
71#
14ident LINT
15timezone 8 dst
16maxusers 10
17maxfdescs 2048 #Max file descriptors per process
18options MATH_EMULATE #Support for x87 emulation
19
20# Do not use in binary distributions
21#options GPL_MATH_EMULATE #Support for x87 emualtion via

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

65
66# Multicast support.
67options MULTICAST # Multicast code
68options MROUTING # Multicast routing
69
70#
71# options that are in sys/conf/files
72#
73
74options "CD9660" #ISO 9660 filesystem
75options FDESC #File descriptor filesystem
76options FFS #Fast filesystem
77options KERNFS #Kernel filesystem
78options LFS #Log filesystem
79options MFS #Memory File System
80options NFS #Network File System
81options NULLFS #NULL filesystem
82options PORTAL #Portal filesystem
83options PROCFS #Process filesystem
84options UMAPFS #UID map filesystem
85options UNION #Union filesystem
86
72pseudo-device bpfilter 4 #berkeley packet filter
73options CCITT
74device cd0 #Only need one of these, the code dynamically grows
75device ch0
76options DDB #Kernel debugger
77options EON
78pseudo-device ether
79options FIFO
80#pseudo-device imp
81options INET #Internet communications protocols
82options ISO
87pseudo-device bpfilter 4 #berkeley packet filter
88options CCITT
89device cd0 #Only need one of these, the code dynamically grows
90device ch0
91options DDB #Kernel debugger
92options EON
93pseudo-device ether
94options FIFO
95#pseudo-device imp
96options INET #Internet communications protocols
97options ISO
83options ISOFS #ISO 9660 File System
84options LKM #Loadable kernel modules
85pseudo-device loop #Network loop back device
98options LKM #Loadable kernel modules
99pseudo-device loop #Network loop back device
86options MFS #Memory File System
87options NFS #Network File System
88options NS #Xerox NS communications protocols
89options NSIP #XNS over IP
90pseudo-device ppp 2 #Point-to-point protocol
91pseudo-device pty 4 #Pseudo ttys
92options QUOTA #enable disk quotas
93options RMP #HP remote maint protocol
94controller scbus0
95device sd0

--- 102 unchanged lines hidden ---
100options NS #Xerox NS communications protocols
101options NSIP #XNS over IP
102pseudo-device ppp 2 #Point-to-point protocol
103pseudo-device pty 4 #Pseudo ttys
104options QUOTA #enable disk quotas
105options RMP #HP remote maint protocol
106controller scbus0
107device sd0

--- 102 unchanged lines hidden ---