Deleted Added
full compact
NOTES (1051) NOTES (1064)
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.48 1994/01/29 21:41:36 rgrimes Exp $
7# $Id: LINT,v 1.49 1994/01/31 10:26:43 davidg Exp $
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

24options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
25options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
26options "FIFO_TRIGGER=FIFO_TRIGGER_1" #Use this fifo value in sio.c
27
28options "COMPAT_43" #compatible with BSD 4.3
29options "SYMTAB_SPACE=104705" #This kernel needs LOTS of symtable
30options GATEWAY #internetwork gateway
31options KTRACE #kernel tracing
8#
9
10machine "i386"
11cpu "I386_CPU"
12cpu "I486_CPU"
13ident LINT
14timezone 8 dst
15maxusers 10

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

24options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
25options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
26options "FIFO_TRIGGER=FIFO_TRIGGER_1" #Use this fifo value in sio.c
27
28options "COMPAT_43" #compatible with BSD 4.3
29options "SYMTAB_SPACE=104705" #This kernel needs LOTS of symtable
30options GATEWAY #internetwork gateway
31options KTRACE #kernel tracing
32
32options "NCONS=8" #number of syscons virtual consoles
33options "FAT_CURSOR" #block cursor in syscons or pccons
34options "STAR_SAVER" #syscons "stars" screen saver
33options "NCONS=8" #number of syscons virtual consoles
34options "FAT_CURSOR" #block cursor in syscons or pccons
35options "STAR_SAVER" #syscons "stars" screen saver
36options "FADE_SAVER" #syscons "fade" screen saver
35options "SNAKE_SAVER" #syscons "snake" screen saver
37options "SNAKE_SAVER" #syscons "snake" screen saver
38
36options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
37 # ^^^ NOT RECOMMENDED FOR NORMAL USE
38options UCONSOLE #x console support
39options XSERVER #xserver
40options DECBIT #here because clnp.h wanted it here
41 #support for CLNP ``congestion
42 #experienced'' bit in ISO-TP
43options TROLL #CLNP network error simulator

--- 127 unchanged lines hidden ---
39options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
40 # ^^^ NOT RECOMMENDED FOR NORMAL USE
41options UCONSOLE #x console support
42options XSERVER #xserver
43options DECBIT #here because clnp.h wanted it here
44 #support for CLNP ``congestion
45 #experienced'' bit in ISO-TP
46options TROLL #CLNP network error simulator

--- 127 unchanged lines hidden ---