57 lines
1.2 KiB
Plaintext
57 lines
1.2 KiB
Plaintext
#
|
|
# BOAT_ANCHOR -- kernel for the 386-20 the gang uses for testing
|
|
#
|
|
# $Id: BOAT_ANCHOR,v 1.38 1994/10/25 21:31:33 cgd Exp $
|
|
#
|
|
machine "i386"
|
|
cpu "I386_CPU"
|
|
ident BOAT_ANCHOR
|
|
timezone 8 dst
|
|
maxusers 10
|
|
options SWAPPAGER,VNODEPAGER,DEVPAGER
|
|
options FFS
|
|
options INET,NFSCLIENT
|
|
options "COMPAT_43"
|
|
options "TCP_COMPAT_42"
|
|
options XSERVER,UCONSOLE
|
|
options "DUMMY_NOPS"
|
|
options MSDOSFS
|
|
options KTRACE
|
|
options "COMPAT_NOMID"
|
|
options "COMPAT_09"
|
|
options "COMPAT_10"
|
|
options "MACHINE_NONCONTIG"
|
|
options LKM
|
|
|
|
options DDB,DIAGNOSTIC,DEBUG
|
|
|
|
config netbsd root on wd0 swap on wd0
|
|
|
|
controller isa0
|
|
|
|
device pc0 at isa? port "IO_KBD" irq 1
|
|
device com0 at isa? port "IO_COM1" irq 4
|
|
master ast0 at isa? port 0x1a0 irq 3
|
|
device com1 at ast0 flags 1 slave ?
|
|
device com2 at ast0 flags 1 slave ?
|
|
device com3 at ast0 flags 1 slave ?
|
|
device com4 at ast0 flags 1 slave ?
|
|
|
|
controller wdc0 at isa? port "IO_WD1" irq 14
|
|
disk wd0 at wdc0 drive ?
|
|
|
|
controller fdc0 at isa? port "IO_FD1" irq 6 drq 2
|
|
disk fd0 at fdc0 drive ?
|
|
|
|
device ed0 at isa? port 0x280 irq 9 iomem 0xd0000
|
|
|
|
device npx0 at isa? port "IO_NPX" irq 13
|
|
|
|
pseudo-device loop
|
|
pseudo-device ether
|
|
pseudo-device sl 2
|
|
pseudo-device log
|
|
pseudo-device pty 32
|
|
|
|
pseudo-device bpfilter 2
|