; Pilot.Midas last modified by Fiala 18 February 1982
L X Boot  
L X Load INITIAL
L X Break RAMLOADED
L X TimeOut 100000;	100000b msec ~ 32 sec
L X Go SAPILOTSTART
L X Skip 1
L X ShowError Timed out on SAPilotStart before BP at RamLoaded
L X Run-Prog 
L X PILOT1SYMBOLS
; Notice that CIA and APC show invalid results here because they
; point into LoadRAM and Pilot1 has no symbols for LoadRAM.
L C18 Addr FFAULT
L C18 Val 10000
; Must reinsert RamLoaded breakpoint in octal because Run-Prog
; erases the symbols and breakpoint table--we want this breakpoint
; set if the user aborts the command file at this point.
L X Break IMX 316;	***Change for new LoadRAM?
L X ShowError Initial has loaded Pilot1--BP at RamLoaded
; We want to run all the way to BootEmulators if the user continues
; execution of the command file, so delete RamLoaded BP.
L X UnBreak IMX 316
L X Break BOOTEMULATORS
L X TimeOut 20000;	~8 sec
L X Continue
L X Skip 1
L X ShowError TIMEOUT--did not complete device initialization
L X UnBreak BOOTEMULATORS
L X Break IMX 316
L X ShowError Device initialization complete--BP at BootEmulators
L X TimeOut 20000;	~8 sec
L X Continue
L X Skip 1
L X ShowError TIMEOUT--did not finish loading Pilot2 overlay
L X Run-Prog PILOT2SYMBOLS
L X ShowError Pilot2 successfully loaded--BP at RamLoaded
L X TimeOut 17777777777;	~ 50 days
L X Continue
L X Skip 1
L X ShowError Impossible TIMEOUT of Continue