; Load DUS from the tape.  Give any parameter to trace execution.


; Set up the log(s).

set -N console log=DUS-VP.log
if "%1" != "" set -N console debug=DUS-VP-debug.log


; Establish the initial environment.

echo
echo Configuring the simulation environment.


set CPU S58,4096K,REALTIME
set CPU STOP=COLDLOAD;UNIMPL

set GIC COUNT=2
set GICA CHANNEL=9

set console DEL=177

break delay 30 milliseconds


echo
echo
echo -------------------------
echo Diagnostic Utility System
echo -------------------------
echo
echo Loading DUS-VP.


; Cold load the DUS tape from channel 9 device 0.

attach -e -r MA0 DUS_Rev-2424.tape

;set cpp debug
;set ma debug
;set gic debug
; set cpu debug
; set adcc debug,nodebug=pserv

load


; Load and start the diagnostic.

echo
echo Starting the diagnostic.

go