Deleted Added
full compact
NOTES (2823) NOTES (2894)
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.79 1994/09/13 03:34:08 phk Exp $
7# $Id: LINT,v 1.80 1994/09/16 10:23:30 jkh Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13cpu "I586_CPU"
14ident LINT
15maxusers 10

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

71
72options "CD9660" #ISO 9660 filesystem
73options FDESC #File descriptor filesystem
74options FFS #Fast filesystem
75options KERNFS #Kernel filesystem
76options LFS #Log filesystem
77options MFS #Memory File System
78options NFS #Network File System
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13cpu "I586_CPU"
14ident LINT
15maxusers 10

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

71
72options "CD9660" #ISO 9660 filesystem
73options FDESC #File descriptor filesystem
74options FFS #Fast filesystem
75options KERNFS #Kernel filesystem
76options LFS #Log filesystem
77options MFS #Memory File System
78options NFS #Network File System
79options MSDOSFS #MS DOS File System
79options NULLFS #NULL filesystem
80options PORTAL #Portal filesystem
81options PROCFS #Process filesystem
82options UMAPFS #UID map filesystem
83options UNION #Union filesystem
84
85pseudo-device bpfilter 4 #berkeley packet filter
86options CCITT

--- 117 unchanged lines hidden ---
80options NULLFS #NULL filesystem
81options PORTAL #Portal filesystem
82options PROCFS #Process filesystem
83options UMAPFS #UID map filesystem
84options UNION #Union filesystem
85
86pseudo-device bpfilter 4 #berkeley packet filter
87options CCITT

--- 117 unchanged lines hidden ---