Google
 

Trailing-Edge - PDP-10 Archives - red405a2 - uetp/lib/ps-micro.mic
There is 1 other file named ps-micro.mic in the archive. Click here to see a list.
;<UETP.LIB>PS-MICRO.MIC.1,  7-Jun-79 14:15:50, EDIT BY EIBEN
;writes 8080-file area
@DAYTIME
@terminal no page
@ena
@conn <diagnostics>
@RUN <diagnostics>smfile.exe
;	We want to update the Bootstrap area on PS:
*WRI SET PS:<ROOT-DIRECTORY>BOOTSTRAP.BIN
;	We want to start clean
*WRITE RESET
;	We have to read m-code in first
*READ KS10.ULD
;	What version of m-code are we handling?
*EXA CRAM 137
;	We have to specify a DEC-certified SERIAL-NUMBER
*SERIAL 4145
WRITE CRAM
;	and the boot for the MONITOR
*WRITE BOOT <SYSTEM>SMBOOT.EXE
;	and our DIAGNOSTIC boot
*WRITE DIAGBT SMMON.EXE
;	and Boot-Check 2
*WRITE BC2 SMBC2.EXE
;	at last we have to update the HOME-blocks
*WRITE DONE
;	Now we write out the same m-code for later use on magtape
*OUTPUT CRAM PS:<SYSTEM>KS10.RAM
;	We want a new m-code for diagnostics
*OUTPUT CRAM PS:<DIAGNOSTICS>SMTAPE.RAM
;	We also need the MONITOR-Magtape boot
*OUTPUT MTBOOT <SYSTEM>SMMTBT.EXE PS:<SYSTEM>MTBOOT.RDI
;lets check a little bit , what we have done
*WRI SET PS:<ROOT-DIRECTORY>BOOTSTRAP.BIN
;	What disk were we using?
*inf disk
;	Did we approach boundaries?
*inf free
;	Where are we located?
*inf fefile
;	Did we go into "future" stuff?
*inf ind
;	..and finally go back to MONITOR-mode
*EXIT
@DISABLE
@DAYTIME
@terminal page