1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-02 18:04:38 +00:00

Build NSALV.

This commit is contained in:
Lars Brinkhoff
2016-11-03 15:16:13 +01:00
parent 4f1caa5965
commit 8253ef3899
2 changed files with 5 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ from scratch.
- Exec DDT, standalone debugger.
- TECO, editor.
- DUMP, tape backup and restore.
- NSALV, standalone file system tool.
- PDSET, set time and date.
- KSFEDR, manipulate front-end file system.
- LOCK, shut down system.

View File

@@ -150,6 +150,10 @@ expect ":KILL"
respond "*" ":delete sys;ts dump\r"
respond "*" ":link sys;ts dump,sysbin;dump bin\r"
respond "*" ":midas .;_kshack;nsalv\r"
respond "Which machine?" "KSRP06\r"
expect ":KILL"
respond "*" ":midas sysbin;_sysen1;pdset\r"
expect ":KILL"
respond "*" ":delete sys;ts pdset\r"