Deleted Added
full compact
NOTES (3181) NOTES (3182)
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.87 1994/09/28 17:00:14 se Exp $
7# $Id: LINT,v 1.88 1994/09/28 22:51:54 wollman Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13cpu "I586_CPU"
14ident LINT
15maxusers 10

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

38options HARDFONTS #load iso8859 fonts instead of
39 #standard VGA fonts
40
41#options ALLOW_CONFLICT_IOADDR #no IO addr conflict checks (PS/2 mice)
42#options ALLOW_CONFLICT_IRQ #no IRQ conflict checks (mport serial)
43
44options BOUNCE_BUFFERS #include support for DMA bounce buffers
45
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13cpu "I586_CPU"
14ident LINT
15maxusers 10

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

38options HARDFONTS #load iso8859 fonts instead of
39 #standard VGA fonts
40
41#options ALLOW_CONFLICT_IOADDR #no IO addr conflict checks (PS/2 mice)
42#options ALLOW_CONFLICT_IRQ #no IRQ conflict checks (mport serial)
43
44options BOUNCE_BUFFERS #include support for DMA bounce buffers
45
46options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
46options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs
47 # ^^^ NOT RECOMMENDED FOR NORMAL USE
48options UCONSOLE #x console support
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

--- 159 unchanged lines hidden ---
47 # ^^^ NOT RECOMMENDED FOR NORMAL USE
48options UCONSOLE #x console support
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

--- 159 unchanged lines hidden ---