Advertisement
Guest User

Untitled

a guest
Aug 20th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. ; Define basic KS10 device config - two RH11s each on its own Unibus
  2.  
  3. devdef rh0 ub1 rh11 addr=776700 br=6 vec=254
  4. devdef rh1 ub3 rh11 addr=772440 br=6 vec=224
  5.  
  6. ; Provide one disk, one tape in config ITS expects
  7.  
  8. devdef dsk0 rh0.0 rp type=rp06 format=dbd9 path=es-rp0.dsk iodly=0
  9. devdef dsk1 rh0.1 rp type=rp06 format=dbd9 path=es-rp1.dsk iodly=0
  10. devdef dsk2 rh0.2 rp type=rp06 format=dbd9 path=es-rp2.dsk iodly=0
  11.  
  12. devdef mta0 rh1.0 tm02 fmtr=tm03 type=tu45
  13. ;devdef mta1 rh1.1 tm02 fmtr=tm03 type=tu45
  14. ;devmo mta0 minsys.tape
  15. ;devmo mta1 salv.tape
  16.  
  17. ; ITS wants a 60Hz clock, allow it. Need this until defaults OK.
  18. set clk_ithzfix=60
  19.  
  20. ; Define IMP for ES on es-its.swenson.org
  21. devdef imp ub3 lhdh addr=767600 br=6 vec=250 ipaddr=192.168.0.100 gwaddr=10.0.0.1
  22.  
  23. ;devdef chaos ub3 ch11 addr=764140 br=6 vec=270 myaddr=3160 chip=3143/up.update.uu.se chip=3150/no.nocrew.org chudpport=42042
  24. ;devdef chaos ub3 ch11 addr=764140 br=6 vec=270 myaddr=3160 chip=3040/router.aosnet.ch chudpport=42042
  25. ;devdef chaos ub3 ch11 addr=764140 br=6 vec=270 myaddr=3160 chip=3162/localhost:42044 chudpport=42042
  26. devdef chaos ub3 ch11 addr=764140 br=6 vec=270 myaddr=5460 chip=5401/localhost:42044 chudpport=42042
  27.  
  28. ; Dummy definitions. Only one DZ is still (apparently) needed.
  29. devdef dz0 ub3 dz11 addr=760010 br=5 vec=340
  30. ;devdef dz1 ub3 dz11 addr=760020 br=5 vec=350
  31.  
  32. ; Define new HOST device hackery
  33. devdef idler ub3 host addr=777000
  34.  
  35. ; Console lights.
  36. lights usb
  37.  
  38. load @.ddt-u
  39. load dskdmp.216bin
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement