mirror of
https://github.com/PDP-10/its.git
synced 2026-05-04 15:16:32 +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
|
MINSYS = _ sys sys3
|
||||||
RAM = bin/boot/ram.262
|
RAM = bin/boot/ram.262
|
||||||
NSALV = bin/boot/salv.rp06
|
NSALV = bin/boot/salv.rp06
|
||||||
|
|||||||
@@ -32,6 +32,7 @@ from scratch.
|
|||||||
- MIDAS, the assembler.
|
- MIDAS, the assembler.
|
||||||
- DDT, debugger and HACTRN user login shell.
|
- DDT, debugger and HACTRN user login shell.
|
||||||
- The ITS monitor (kernel).
|
- The ITS monitor (kernel).
|
||||||
|
- TECO, editor.
|
||||||
- DUMP, tape backup and restore.
|
- DUMP, tape backup and restore.
|
||||||
|
|
||||||
4. Finally, the whole file system is dumped to tape.
|
4. Finally, the whole file system is dumped to tape.
|
||||||
|
|||||||
@@ -107,6 +107,17 @@ respond "*" ":midas system;_its\r"
|
|||||||
respond "MACHINE NAME =" "AI\r"
|
respond "MACHINE NAME =" "AI\r"
|
||||||
expect ":KILL"
|
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 "*" ":midas sysbin;_syseng;dump\r"
|
||||||
respond "WHICH MACHINE?" "DB\r"
|
respond "WHICH MACHINE?" "DB\r"
|
||||||
expect ":KILL"
|
expect ":KILL"
|
||||||
|
|||||||
Reference in New Issue
Block a user