Deleted Added
full compact
NOTES (2114) NOTES (2321)
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.71 1994/05/18 16:23:25 jkh Exp $
7# $Id: LINT,v 1.72 1994/08/19 00:00:41 phk Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_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
21 #new math emulator
22
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_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
21 #new math emulator
22
23config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0
23config kernel root on wd0 swap on wd0 and sd0 dumps on wd0
24
25#
26# options that appear as inline #ifdef's
27#
24
25#
26# options that appear as inline #ifdef's
27#
28options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
29options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
30options "FIFO_TRIGGER=FIFO_TRIGGER_1" #Use this fifo value in sio.c
31
32options "COMPAT_43" #compatible with BSD 4.3
33options "SYMTAB_SPACE=113498" #This kernel needs LOTS of symtable
34options GATEWAY #internetwork gateway
35options KTRACE #kernel tracing
36

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

42options "BLANK_SAVER" #syscons "blank" screen saver
43
44#options ALLOW_CONFLICT_IOADDR #no IO addr conflict checks (PS/2 mice)
45#options ALLOW_CONFLICT_IRQ #no IRQ conflict checks (mport serial)
46
47options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
48 # ^^^ NOT RECOMMENDED FOR NORMAL USE
49options UCONSOLE #x console support
28options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
29options "FIFO_TRIGGER=FIFO_TRIGGER_1" #Use this fifo value in sio.c
30
31options "COMPAT_43" #compatible with BSD 4.3
32options "SYMTAB_SPACE=113498" #This kernel needs LOTS of symtable
33options GATEWAY #internetwork gateway
34options KTRACE #kernel tracing
35

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

41options "BLANK_SAVER" #syscons "blank" screen saver
42
43#options ALLOW_CONFLICT_IOADDR #no IO addr conflict checks (PS/2 mice)
44#options ALLOW_CONFLICT_IRQ #no IRQ conflict checks (mport serial)
45
46options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
47 # ^^^ NOT RECOMMENDED FOR NORMAL USE
48options UCONSOLE #x console support
50options XSERVER #xserver
51options DECBIT #here because clnp.h wanted it here
52 #support for CLNP ``congestion
53 #experienced'' bit in ISO-TP
54options TROLL #CLNP network error simulator
55options ICMPPRINTFS #ICMP packet dump by printf()
56options NSERRPRINTFS #ditto for XNS Error protocol
57 #^^above three NOT RECOMMENTED
49options DECBIT #here because clnp.h wanted it here
50 #support for CLNP ``congestion
51 #experienced'' bit in ISO-TP
52options TROLL #CLNP network error simulator
53options ICMPPRINTFS #ICMP packet dump by printf()
54options NSERRPRINTFS #ditto for XNS Error protocol
55 #^^above three NOT RECOMMENTED
58options FASTLINKS #support for fast symbolic links
59options MACHVMCOMPAT #support for Mach-style vm calls
60options IPBROADCASTECHO=1 #send reply to broadcast pings
61options IPMASKAGENT=1 #send reply to icmp mask requests
62options TPCONS #support X.25 network-layer service
63options USER_LDT #allow user-level control of i386 ldt
64
65# See /sys/i386/doc/sound.doc for information about EXCLUDE options for
66# the sound drivers.

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

71
72#
73# options that are in sys/conf/files
74#
75pseudo-device bpfilter 4 #berkeley packet filter
76options CCITT
77device cd0 #Only need one of these, the code dynamically grows
78device ch0
56options MACHVMCOMPAT #support for Mach-style vm calls
57options IPBROADCASTECHO=1 #send reply to broadcast pings
58options IPMASKAGENT=1 #send reply to icmp mask requests
59options TPCONS #support X.25 network-layer service
60options USER_LDT #allow user-level control of i386 ldt
61
62# See /sys/i386/doc/sound.doc for information about EXCLUDE options for
63# the sound drivers.

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

68
69#
70# options that are in sys/conf/files
71#
72pseudo-device bpfilter 4 #berkeley packet filter
73options CCITT
74device cd0 #Only need one of these, the code dynamically grows
75device ch0
79pseudo-device ddb
80pseudo-device devpager
76options DDB #Kernel debugger
81options EON
82pseudo-device ether
83options FIFO
84#pseudo-device imp
85options INET #Internet communications protocols
86options ISO
87options ISOFS #ISO 9660 File System
77options EON
78pseudo-device ether
79options FIFO
80#pseudo-device imp
81options INET #Internet communications protocols
82options ISO
83options ISOFS #ISO 9660 File System
88pseudo-device loop
84options LKM #Loadable kernel modules
85pseudo-device loop #Network loop back device
89options MFS #Memory File System
90options NFS #Network File System
91options NS #Xerox NS communications protocols
92options NSIP #XNS over IP
86options MFS #Memory File System
87options NFS #Network File System
88options NS #Xerox NS communications protocols
89options NSIP #XNS over IP
93options PCFS #PC (MSDOS) File System
94pseudo-device ppp 2
95pseudo-device pty 4
90pseudo-device ppp 2 #Point-to-point protocol
91pseudo-device pty 4 #Pseudo ttys
96options QUOTA #enable disk quotas
97options RMP #HP remote maint protocol
98controller scbus0
99device sd0
100device sd1
101device sd2
102device sd3
103pseudo-device sl 2
104device st0
105device st1
92options QUOTA #enable disk quotas
93options RMP #HP remote maint protocol
94controller scbus0
95device sd0
96device sd1
97device sd2
98device sd3
99pseudo-device sl 2
100device st0
101device st1
106pseudo-device swappager
107options SYSVSHM
108options "SHMMAXPGS=64" # 256Kb of sharable memory
109options SYSVSEM
110options SYSVMSG
111#pseudo-device tb #tablet line discipline.
112options TPIP # ISO TP class 4 over IP
113#pseudo-device tun
114device uk0 #unknown scsi devices
102options SYSVSHM
103options "SHMMAXPGS=64" # 256Kb of sharable memory
104options SYSVSEM
105options SYSVMSG
106#pseudo-device tb #tablet line discipline.
107options TPIP # ISO TP class 4 over IP
108#pseudo-device tun
109device uk0 #unknown scsi devices
115pseudo-device vnodepager
116
117#
118# options that are in sys/i386/conf/files.i386
119#
120#This is needed here so the isa? below will work
121controller isa0
122
123# driver for the Adaptec 154x SCSI cards.

--- 80 unchanged lines hidden ---
110
111#
112# options that are in sys/i386/conf/files.i386
113#
114#This is needed here so the isa? below will work
115controller isa0
116
117# driver for the Adaptec 154x SCSI cards.

--- 80 unchanged lines hidden ---