Google
 

Trailing-Edge - PDP-10 Archives - red405a2 - uetp/lib/red-micro.mic
There is 1 other file named red-micro.mic in the archive. Click here to see a list.
;<UETP.LIB>RED-MICRO.MIC.1,  7-Jun-79 14:38:09, EDIT BY EIBEN
;writes 8080-area for pack named RED:
@DAYTIME
@terminal no page
@ena
@conn red:<diagnostics>
@run red:<diagnostics>smfile.exe
;	We want to update the Bootstrap area on red:
*WRI SET red:<ROOT-DIRECTORY>BOOTSTRAP.BIN
;	We want to start clean
*WRITE RESET
;	We have to read m-code in first
*READ KS10.ULD
;	Lets check what m-code we got
*EXAMINE CRAM 137
;	We have to specify a DEC-certified SERIAL-NUMBER
*SERIAL 4145
;	and the boot for the MONITOR
*WRITE BOOT red:<SYSTEM>SMBOOT.EXE
;	and our DIAGNOSTIC boot
*WRITE DIAGBT red:<diagnostics>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 red:<SYSTEM>KS10.RAM
;	We want a new m-code for diagnostics
*OUTPUT CRAM red:<DIAGNOSTICS>SMTAPE.RAM
;	We also need the MONITOR-Magtape boot
*OUTPUT MTBOOT RED:<SYSTEM>SMMTBT.EXE red:<SYSTEM>MTBOOT.RDI
;lets check a little bit , what we have done
*WRI SET RED:<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
@CONNECT
@DAYTIME
@terminal page