mirror of
https://github.com/PDP-10/its.git
synced 2026-02-27 17:22:35 +00:00
Build TECO.
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,4 +1,4 @@
|
||||
SRC = system syseng sysen1 sysnet midas
|
||||
SRC = system syseng sysen1 sysnet midas _teco_
|
||||
MINSYS = _ sys sys3
|
||||
RAM = bin/boot/ram.262
|
||||
NSALV = bin/boot/salv.rp06
|
||||
|
||||
@@ -32,6 +32,7 @@ from scratch.
|
||||
- MIDAS, the assembler.
|
||||
- DDT, debugger and HACTRN user login shell.
|
||||
- The ITS monitor (kernel).
|
||||
- TECO, editor.
|
||||
- DUMP, tape backup and restore.
|
||||
|
||||
4. Finally, the whole file system is dumped to tape.
|
||||
|
||||
@@ -107,6 +107,17 @@ respond "*" ":midas system;_its\r"
|
||||
respond "MACHINE NAME =" "AI\r"
|
||||
expect ":KILL"
|
||||
|
||||
respond "*" ":midas sysbin;_.teco.;teco\r"
|
||||
expect ":KILL"
|
||||
respond "*" ":job teco\r"
|
||||
respond "*" ":load sysbin;teco bin\r"
|
||||
sleep 2
|
||||
respond "*" "dumpit\033g"
|
||||
sleep 2
|
||||
respond "TECPUR" "\r"
|
||||
respond "*" ":kill\r"
|
||||
respond "*" ":link sys3;ts teco,.teco.;tecpur >\r"
|
||||
|
||||
respond "*" ":midas sysbin;_syseng;dump\r"
|
||||
respond "WHICH MACHINE?" "DB\r"
|
||||
expect ":KILL"
|
||||
|
||||
Reference in New Issue
Block a user