Add config for Mycroft's 386 box.
This commit is contained in:
parent
e76bede1e3
commit
0244a6c112
|
@ -0,0 +1,50 @@
|
|||
#
|
||||
# TRINITY -- Mycroft's 386 box
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
cpu "i386"
|
||||
ident TRINITY
|
||||
timezone 5 dst
|
||||
maxusers 16
|
||||
options "i387"
|
||||
options INET,NFSCLIENT
|
||||
options "COMPAT_43"
|
||||
options "TCP_COMPAT_42"
|
||||
options XSERVER,UCONSOLE
|
||||
options PCFS,KERNFS
|
||||
options SCSI
|
||||
options DDB
|
||||
|
||||
config "386bsd" root on sd0 swap on sd0
|
||||
|
||||
controller isa0
|
||||
controller aha0 at isa? port "IO_AHA0" bio irq 11 drq 5 vector ahaintr
|
||||
disk sd0 at aha0 flags 0 drive ?
|
||||
disk sd1 at aha0 flags 0 drive ?
|
||||
tape st0 at aha0 flags 1 drive ?
|
||||
|
||||
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
|
||||
disk fd0 at fdc0 drive 0
|
||||
disk fd1 at fdc0 drive 1
|
||||
|
||||
device pc0 at isa? port "IO_KBD" tty irq 1 vector pcrint
|
||||
device npx0 at isa? port "IO_NPX" irq 13 vector npxintr
|
||||
device com1 at isa? port "IO_COM1" tty irq 4 vector comintr
|
||||
device com2 at isa? port "IO_COM2" tty irq 3 vector comintr
|
||||
|
||||
device ne0 at isa? port 0x300 net irq 2 vector neintr
|
||||
|
||||
#device we0 at isa? port 0x280 net irq 2 iomem 0xd0000 iosiz 8192 vector weintr
|
||||
|
||||
#device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
|
||||
|
||||
pseudo-device loop
|
||||
pseudo-device ether
|
||||
pseudo-device sl 1
|
||||
pseudo-device log
|
||||
pseudo-device pty 8
|
||||
|
||||
pseudo-device swappager
|
||||
pseudo-device vnodepager
|
||||
pseudo-device devpager
|
Loading…
Reference in New Issue