Deleted Added
full compact
NOTES (657) NOTES (660)
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.18 1993/10/23 10:49:00 jkh Exp $
7# $Id: LINT,v 1.19 1993/10/23 21:21:52 jkh 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=89000" #This kernel needs LOTS of symtable
27options "SYMTAB_SPACE=102205" #This kernel needs LOTS of symtable
28options GATEWAY #internetwork gateway
29options KTRACE #kernel tracing
30options "NCONS=8" #number of syscons virtual consoles
31options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
32options UCONSOLE #x console support
33options XSERVER #xserver
34
35#

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

111pseudo-device speaker
112#tw device-driver
113controller uha0 at isa? port "IO_UHA0" bio irq 14 drq 5 vector uhaintr
114controller wd0 at isa? port "IO_WD1" bio irq 14 vector wdintr
115disk wd0 at wd0 drive 0
116disk wd1 at wd0 drive 1
117device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
118
28options GATEWAY #internetwork gateway
29options KTRACE #kernel tracing
30options "NCONS=8" #number of syscons virtual consoles
31options "TCP_COMPAT_42" #tcp/ip compatible with 4.2
32options UCONSOLE #x console support
33options XSERVER #xserver
34
35#

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

111pseudo-device speaker
112#tw device-driver
113controller uha0 at isa? port "IO_UHA0" bio irq 14 drq 5 vector uhaintr
114controller wd0 at isa? port "IO_WD1" bio irq 14 vector wdintr
115disk wd0 at wd0 drive 0
116disk wd1 at wd0 drive 1
117device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
118
119# Various sound card drivers. This is set to SoundBlaster configuration.
119# Various sound card drivers.
120# See /sys/i386/doc/sound.doc for more information.
120# See /sys/i386/doc/sound.doc for more information.
121#device snd5 at isa? port 0x330 irq 6 drq 0 vector mpuintr
122#device snd4 at isa? port 0x220 irq 15 drq 6 vector gusintr
123#device snd3 at isa? port 0x388 irq 12 drq 3 vector pasintr
121device snd5 at isa? port 0x330 irq 6 drq 0 vector mpuintr
122device snd4 at isa? port 0x220 irq 15 drq 6 vector gusintr
123device snd3 at isa? port 0x388 irq 12 drq 3 vector pasintr
124device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr
125device snd1 at isa? port 0x388 irq 0 drq 0 vector sbintr
126#
127#
128# options that have not been resolved yet
129#
130pseudo-device log
124device snd2 at isa? port 0x220 irq 7 drq 1 vector sbintr
125device snd1 at isa? port 0x388 irq 0 drq 0 vector sbintr
126#
127#
128# options that have not been resolved yet
129#
130pseudo-device log