mirror of
https://github.com/PDP-10/its.git
synced 2026-01-13 23:36:30 +00:00
Build TCTYP and CRTSTY.
This commit is contained in:
parent
85d89bfba2
commit
6467e4a70f
2
Makefile
2
Makefile
@ -1,4 +1,4 @@
|
||||
SRC = system syseng sysen1 sysnet kshack midas _teco_
|
||||
SRC = system syseng sysen1 sysnet kshack midas _teco_ rms klh
|
||||
MINSYS = _ sys sys3
|
||||
RAM = bin/boot/ram.262
|
||||
NSALV = bin/boot/salv.rp06
|
||||
|
||||
@ -150,6 +150,19 @@ expect ":KILL"
|
||||
respond "*" ":delete sys;atsign device\r"
|
||||
respond "*" ":link sys;atsign device,sysbin;@dev bin\r"
|
||||
|
||||
respond "*" ":midas sysbin;_syseng;tctyp\r"
|
||||
expect ":KILL"
|
||||
respond "*" ":link sys;ts tctyp,sysbin;tctyp bin\r"
|
||||
|
||||
respond "*" ":midas sysbin;_syseng;crtsty\r"
|
||||
expect ":KILL"
|
||||
respond "*" ":job crtsty\r"
|
||||
respond "*" ":load sysbin;crtsty bin\r"
|
||||
respond "*" "purify\033g"
|
||||
respond " BIN" "\r"
|
||||
respond "*" ":kill\r"
|
||||
respond "*" ":link sys3;ts crtsty,sysbin;crtsty bin\r"
|
||||
|
||||
respond "*" "\005"
|
||||
respond "sim>" "at tu0 out/output.tape\r"
|
||||
respond "sim>" "c\r"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user