mirror of
https://github.com/PDP-10/its.git
synced 2026-01-11 23:53:12 +00:00
Build PDSET, KSFEDR, and LOCK.
This commit is contained in:
parent
6647357e85
commit
0067f39071
@ -34,5 +34,8 @@ from scratch.
|
||||
- The ITS monitor (kernel).
|
||||
- TECO, editor.
|
||||
- DUMP, tape backup and restore.
|
||||
- PDSET, set time and date.
|
||||
- KSFEDR, manipulate front-end file system.
|
||||
- LOCK, shut down system.
|
||||
|
||||
4. Finally, the whole file system is dumped to tape.
|
||||
|
||||
@ -130,6 +130,21 @@ respond "WHICH MACHINE?" "DB\r"
|
||||
expect ":KILL"
|
||||
respond "*" ":link sys3;ts dump,sysbin;dump bin\r"
|
||||
|
||||
respond "*" ":midas sysbin;_sysen1;pdset\r"
|
||||
expect ":KILL"
|
||||
respond "*" ":delete sys;ts pdset\r"
|
||||
respond "*" ":link sys;ts pdset,sysbin;pdset bin\r"
|
||||
|
||||
respond "*" ":midas sysbin;_kshack;ksfedr\r"
|
||||
expect ":KILL"
|
||||
respond "*" ":delete sys;ts ksfedr\r"
|
||||
respond "*" ":link sys;ts ksfedr,sysbin;ksfedr bin\r"
|
||||
|
||||
respond "*" ":midas sysbin;_syseng;lock\r"
|
||||
expect ":KILL"
|
||||
respond "*" ":delete sys;ts lock\r"
|
||||
respond "*" ":link sys;ts lock,sysbin;lock 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