Deleted Added
full compact
NOTES (879) NOTES (881)
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.32 1993/12/12 12:22:27 davidg Exp $
7# $Id: LINT,v 1.33 1993/12/19 00:49:52 wollman 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" at 0xFE100000 root on wd0 swap on wd0 and sd0
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 "COMPAT_43" #compatible with BSD 4.3
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" at 0xFE100000 root on wd0 swap on wd0 and sd0
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 "COMPAT_43" #compatible with BSD 4.3
27options "SYMTAB_SPACE=103939" #This kernel needs LOTS of symtable
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
34options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
35 # ^^^ NOT RECOMMENDED FOR NORMAL USE

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

42options ICMPPRINTFS #ICMP packet dump by printf()
43options NSERRPRINTFS #ditto for XNS Error protocol
44 #^^above three NOT RECOMMENTED
45options SCSIDUMP #support for crash dumps on sd disks
46options FASTLINKS #support for fast symbolic links
47options MACHVMCOMPAT #support for Mach-style vm calls
48options IPBROADCASTECHO=1 #send reply to broadcast pings
49options IPMASKAGENT=1 #send reply to icmp mask requests
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
34options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
35 # ^^^ NOT RECOMMENDED FOR NORMAL USE

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

42options ICMPPRINTFS #ICMP packet dump by printf()
43options NSERRPRINTFS #ditto for XNS Error protocol
44 #^^above three NOT RECOMMENTED
45options SCSIDUMP #support for crash dumps on sd disks
46options FASTLINKS #support for fast symbolic links
47options MACHVMCOMPAT #support for Mach-style vm calls
48options IPBROADCASTECHO=1 #send reply to broadcast pings
49options IPMASKAGENT=1 #send reply to icmp mask requests
50options TPCONS #support X.25 network-layer service
50
51#
52# options that are in sys/conf/files
53#
54pseudo-device bpfilter 4 #berkeley packet filter
55options CCITT
56device cd0 #Only need one of these, the code dynamically grows
57device ch0

--- 93 unchanged lines hidden ---
51
52#
53# options that are in sys/conf/files
54#
55pseudo-device bpfilter 4 #berkeley packet filter
56options CCITT
57device cd0 #Only need one of these, the code dynamically grows
58device ch0

--- 93 unchanged lines hidden ---