; Starfish test. ; boot a new MPE-V/R system from the starfish disc ; Starfish 7912 is LDEV 1. ; Set up the log(s). set -n console log=mpe-sysdcx-auto.log if "%1" != "" set -n console debug=mpe-sysdcx-auto-debug.log ; Configure the CPU. set CPU 512K,CIS,IDLE=10 ; Configure the simulation environment. break delay 100 milliseconds set console DEL=177 set IMBA ENABLED ; Set up the ATC to listen for Telnet connections on local port 1054. attach ATCD 1054 ; Set the disc mode and image file. set DC0 7912A,BUS=0 attach -E DC0 mpe-sysdcx-reload-U0.7912.disc ; Set the debugging options. ; Look for SMSK/RMSK ;set cpu debug=exec ;set cpu exec=030100;177757 ;set cpu debug,nodebug=fetch ;set iop debug=dio;irq,filter=0-87 ;set imba debug=csrw;data ;set gic debug ;set dc debug=cmd;inco set cpp debug set imba debug ; Cold load the system from channel 11 device 0. ; deposit SWCH 054175 ; load boot dc0 ; set console nodebug ;set iop nodebug ;set gic nodebug=xfer;buf ; set cpp nodebug,debug=cmd ; Speed-sense the system console (not usually necessary, but harmless). reply "\r" ; Specify the startup options. go until "WHICH OPTION ? " ; reply "COOLSTART\r" go until "ANY CHANGES? " ; reply "NO\r" ; Set the current date and time. go until "DATE (M/D/Y)?" ; reply "%DATE_MM%/%DATE_DD%/%DATE_RR%\r" go until "TIME (H:M)?" ; reply "%TIME_HH%:%TIME_MM%\r" go until "(Y/N)" ; reply "Y\r" go