; Boot the MPE system from the disc with the simulation and system consoles separate. ; Set up the log(s). ; set -n console debug=mpedebug.log ; set -n console log=mpe20c.log ; Configure the simulation environment. set console DEL=177 set cpu idle=10 set ms realtime ; Set up the ATC. set atcd noconsole attach atcd 1054 ! start E:\Simulation\QCTerm\qcterm.exe F:\Simulation\HP 700\Config\mux.qct & sleep 1 ; Set the disc mode and image file. set ds0 7920,format attach ds0 mpe.7920.disc ; 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 sel debug ; set ds debug ; set clk debug ; Boot the disc. boot ds0 go