Deleted Added
full compact
NOTES (1012) NOTES (1026)
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.44 1994/01/25 03:16:31 ache Exp $
7# $Id: LINT,v 1.45 1994/01/25 11:08:24 rgrimes 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
19config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0
20
21#
22# options that appear as inline #ifdef's
23#
24options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
25options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
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
19config "386bsd" root on wd0 swap on wd0 and sd0 dumps on wd0
20
21#
22# options that appear as inline #ifdef's
23#
24options "COM_BIDIR" #Bidirectional support in sys/isa/sio.c
25options "COM_MULTIPORT" #Multiport support in sys/isa/sio.c
26options "FIFO_TRIGGER=0" #Use this fifo value in sio.c
27
26options "COMPAT_43" #compatible with BSD 4.3
27options "SYMTAB_SPACE=104705" #This kernel needs LOTS of symtable
28options GATEWAY #internetwork gateway
29options KTRACE #kernel tracing
30options "NCONS=8" #number of syscons virtual consoles
31options "FAT_CURSOR" #block cursor in syscons or pccons
32options "STAR_SAVER" #syscons "stars" screen saver
33options "SNAKE_SAVER" #syscons "snake" screen saver

--- 134 unchanged lines hidden ---
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
32options "NCONS=8" #number of syscons virtual consoles
33options "FAT_CURSOR" #block cursor in syscons or pccons
34options "STAR_SAVER" #syscons "stars" screen saver
35options "SNAKE_SAVER" #syscons "snake" screen saver

--- 134 unchanged lines hidden ---