; Load DUS-III from the tape. ; Set up the log(s). set -N console debug=LOCREAD-debug.log set -N console log=LOCREAD.log set iop debug=dio;irq,filter=0-87 set imba debug set gic debug set dc debug set cpp debug ; Establish the initial environment. echo echo Configuring the simulation environment. set CPU 512K,CIS set console DEL=177 set IMBA ENABLED break delay 30 milliseconds attach DC0 rte.disc echo echo echo ----------------------------- echo Diagnostic Utility System III echo ----------------------------- echo echo Loading DUS-III. ; Cold load the DUS-III tape. attach -e -r MS0 DUS-III.tape boot MS0 echo echo Configuring the diagnostic. deposit SWCH 2 ; Load and start the diagnostic. ; ; The diagnostic loads from tape and then waits for a . echo echo Starting the diagnostic. reply "\r" delay 2 seconds go until "\r\n:" ; reply "AID\r" ; do a LOCREAD on device 0 unit 0 go until "\r\n> " ; reply "DB AA,10,0\r" go until "\r\n> " ; reply "DB BB,256,0\r" go until "\r\n> " ; reply "DB CC,10,0\r" go until "\r\n> " ; reply "DB DD,256,0\r" go until "\r\n> " ; reply "ASSIGN CC(0),!0D,!18,!0000,!0100,!00\r" go until "\r\n> " ; reply "LET CHANNEL:=11,DEVICE:=0\r" go until "\r\n> " ; reply "BSIO ZZ\r" go until "\r\n> " ; reply "DSJ 90\r . QSTAT REPORTING\r" ; go until "\r\n> " ; reply "WR !5,CC(0),1,,R . REQUEST STATUS COMMAND\r" go until "\r\n> " ; reply "WAIT\r" go until "\r\n> " ; reply "RR !E,DD(0),20 . REQUEST STATUS EXECUTION\r" go until "\r\n> " ; reply "WAIT\r" go until "\r\n> " ; reply "DSJ 140\r . QSTAT REPORTING\r" ; go until "\r\n> " ; reply "WR !5,CC(1),6,,R . LOCREAD COMMAND\r" go until "\r\n> " ; reply "WAIT\r" go until "\r\n> " ; reply "RR !E,DD(0),256 . LOCREAD EXECUTION\r" go until "\r\n> " ; reply "WAIT\r" go until "\r\n> " ; reply "DSJ 190,190\r . QSTAT REPORTING\r" ; go until "\r\n> " ; reply "IN H\r" go until "\r\n> " ; reply "RSIO\r" go until "\r\n> " ; reply "END\r" go until "\r\n> " ; reply "RUN\r" go