1
0
mirror of https://github.com/PDP-10/its.git synced 2026-05-22 13:30:12 +00:00

Use SIMH disk image format.

This commit is contained in:
Lars Brinkhoff
2018-08-22 03:30:32 -07:00
parent c44aed706d
commit 9d9ba3edf9
2 changed files with 30 additions and 0 deletions

30
build/klh10/dskdmp2.ini Normal file
View File

@@ -0,0 +1,30 @@
; Define basic KS10 device config - two RH11s each on its own Unibus
devdef rh0 ub1 rh11 addr=776700 br=6 vec=254
devdef rh1 ub3 rh11 addr=772440 br=6 vec=224
; Provide one disk, one tape in config ITS expects
devdef dsk0 rh0.0 rp type=rp06 format=dbd9 path=../../out/klh10/rp0.dsk iodly=0
devdef dsk1 rh0.1 rp type=rp06 format=dbd9 path=../../out/klh10/rp1.dsk iodly=0
devdef mta0 rh1.0 tm02 fmtr=tm03 type=tu45
;devdef mta1 rh1.1 tm02 fmtr=tm03 type=tu45
;devmo mta0 ../../out/klh10/minsys.tape
;devmo mta1 ../../out/klh10/salv.tape
; ITS wants a 60Hz clock, allow it. Need this until defaults OK.
set clk_ithzfix=60
; Define IMP for PI on ITS.JOSS.COM
devdef imp ub3 lhdh addr=767600 br=6 vec=250 ipaddr=192.168.1.100 gwaddr=192.168.0.45
; Dummy definitions. Only one DZ is still (apparently) needed.
devdef dz0 ub3 dz11 addr=760010 br=5 vec=340
;devdef dz1 ub3 dz11 addr=760020 br=5 vec=350
devdef chaos ub3 ch11 addr=764140 br=6 vec=270 myaddr=3130 chip=3150/no.nocrew.org chip=3143/up.update.uu.se chip=7100/sj.gewt.net
; Define new HOST device hackery
devdef idler ub3 host addr=777000
load @.ddt-u
load dskdmp.216bin

BIN
build/klh10/nsalv.dump Normal file

Binary file not shown.