mirror of
https://github.com/PDP-10/klh10.git
synced 2026-03-07 19:30:46 +00:00
19 lines
543 B
INI
19 lines
543 B
INI
; Sample KLH10.INI for initial installation
|
|
|
|
; Define basic device config - one DTE, one disk, one tape.
|
|
; Use two RH20s because TOPS-10 doesn't like mixing disk and tape on
|
|
; the same controller (TOPS-20 is fine).
|
|
|
|
; T10 needs DTE ACK delay
|
|
devdef dte0 200 dte master ackdly=5
|
|
devdef rh0 540 rh20
|
|
devdef rh1 544 rh20
|
|
devdef dsk0 rh0.0 rp type=rp06 format=dbd9
|
|
devdef mta0 rh1.0 tm03 type=tu77
|
|
|
|
; For DECNET if desired
|
|
;
|
|
devdef ni0 564 ni20 dedic=0 decnet=1 doarp=0 enaddr=aa:00:04:00:ac:60 dpdelay=12 c3dly=2 rdtmo=3
|
|
|
|
load klboot.exe
|