; Coldstart the MPE system from a SYSDUMP tape. ; Set up the log(s). ; set -n console debug=mpecolddebug.log set -n console log=mpecold.log ; Configure the simulation environment. set console DEL=177 set cpu idle=10 set ms realtime ; Set up the ATC. attach atcd 1054 ; Set the disc mode and image file. set ds0 7925,format attach ds0 mpe.7925.disc ; Boot the coldstart tape. attach -r ms0 coldstart.tape boot ms0 ; Work around the SPEEDSENSE bug in INITIAL. ; ; Changes LOAD P+22,I,X to LDI 360 to set the detected speed to 240 cps. deposit 01.112247 021360 ; Set the debugging options. ; set cpu debug ; set cpu stop=unimpl ; set iop debug=dio;irq,filter=3;7 ; set mpx debug ; set ms debug ; set atcd debug ; set ds debug=cmd ; Run the INITIAL program. echo echo Press to start MPE. ; Process the configuration dialog. ; go until "? " set console delay=50000 set -i console halt=? go ; Reply to "WHICH OPTION ? " set console response=COLDSTART~m go ; Respond to "ANY CHANGES? " set console response=NO~m set -i console halt=? go ; Respond to "DATE (M/D/Y)?" ! tm mped > tm.sim do tm.sim go ; Respond to "TIME (H:M)?" ! tm mpet > tm.sim do tm.sim set -i console halt=) go ; Respond to "SUN, APR 5, 1987, 1:31 AM? (Y/N)" set console response=Y~m set console nohalt ! del tm.sim go