1
0
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:
Lars Brinkhoff
2016-11-01 10:56:58 +01:00
parent aeb84af281
commit 3a3b2ace50
3 changed files with 13 additions and 1 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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"