; Load DUS from cartridge tape. Give any parameter to trace execution. ; Set up the log(s). set -N console log=DUSCART.log if "%1" != "" set -N console debug=DUSCART-debug.log ; Establish the initial environment. echo echo Configuring the simulation environment. set CPU S58,4096K,REALTIME set CPU STOP=COLDLOAD;UNIMPL set console DEL=177 break delay 30 milliseconds echo echo echo ------------------------- echo Diagnostic Utility System echo ------------------------- echo echo Loading DUS. ; Cold load the DUS tape from channel 11 device 0. set DC0 9144 attach -e -r DC0 dus.cart ;set cpp debug ;set ma debug ; set gic debug=xfer ; set cpu debug ; set adcc debug,nodebug=pserv set dc debug load 000130 ; Load and start the diagnostic. echo echo Starting the diagnostic. go