1
0
mirror of https://github.com/PDP-10/its.git synced 2026-01-13 15:27:28 +00:00

Fix GT40 boot ROM to assemble with PALX.

This commit is contained in:
Lars Brinkhoff 2018-07-31 22:17:18 +02:00
parent 79c39ecbba
commit 508ae11b5e
3 changed files with 6 additions and 1 deletions

View File

@ -1042,6 +1042,10 @@ respond "=YES" "1\r"
respond "37000" "37000\r"
expect ":KILL"
# GT40 boot ROM.
respond "*" ":palx gt40;bootvt\r"
expect ":KILL"
# KL10 front end debugger. Put it in the same directory as the
# "MX" IOELEV.
respond "*" ":palx sysbin;_syseng; klrug\r"

View File

@ -26,6 +26,7 @@
- BINPRT, display information about a binary executable file.
- BITPRT, print JCL as bits.
- BKG, a Backgammon game.
- BOOTVT, GT40 boot ROM.
- BYE, say goodbye to user. Used in LOGOUT scripts.
- CALPRT, decode a .CALL instruction's CALL block.
- CARPET, PDP-11 remote debugger.

View File

@ -1,4 +1,4 @@
.ASECT
; .ASECT
;BOOTVT.S09 5/2/72