LINT (f1a9c71596b77d9151e32d1ed555df1ec8d608bd) | LINT (9aba88bf29eee8bf58aadbfe1a307e48b7e1a14d) |
---|---|
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.73 1994/08/27 16:23:03 davidg Exp $ | 7# $Id: LINT,v 1.74 1994/08/28 06:46:25 davidg Exp $ |
8# 9 10machine "i386" 11cpu "I386_CPU" 12cpu "I486_CPU" 13cpu "I586_CPU" 14ident LINT 15timezone 8 dst --- 23 unchanged lines hidden (view full) --- 39options "STAR_SAVER" #syscons "stars" screen saver 40options "FADE_SAVER" #syscons "fade" screen saver 41options "SNAKE_SAVER" #syscons "snake" screen saver 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 | 8# 9 10machine "i386" 11cpu "I386_CPU" 12cpu "I486_CPU" 13cpu "I586_CPU" 14ident LINT 15timezone 8 dst --- 23 unchanged lines hidden (view full) --- 39options "STAR_SAVER" #syscons "stars" screen saver 40options "FADE_SAVER" #syscons "fade" screen saver 41options "SNAKE_SAVER" #syscons "snake" screen saver 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 BOUNCE_BUFFERS #include support for DMA bounce buffers 48 |
|
47options "TCP_COMPAT_42" #tcp/ip compatible with 4.2 48 # ^^^ NOT RECOMMENDED FOR NORMAL USE 49options UCONSOLE #x console support 50options DECBIT #here because clnp.h wanted it here 51 #support for CLNP ``congestion 52 #experienced'' bit in ISO-TP 53options TROLL #CLNP network error simulator 54options ICMPPRINTFS #ICMP packet dump by printf() --- 155 unchanged lines hidden --- | 49options "TCP_COMPAT_42" #tcp/ip compatible with 4.2 50 # ^^^ NOT RECOMMENDED FOR NORMAL USE 51options UCONSOLE #x console support 52options DECBIT #here because clnp.h wanted it here 53 #support for CLNP ``congestion 54 #experienced'' bit in ISO-TP 55options TROLL #CLNP network error simulator 56options ICMPPRINTFS #ICMP packet dump by printf() --- 155 unchanged lines hidden --- |