mirror of
https://github.com/PDP-10/its.git
synced 2026-01-11 23:53:12 +00:00
Dump and boot rebuilt ITS.
This commit is contained in:
parent
f262699f22
commit
e727ebfcaf
10
README.md
10
README.md
@ -33,9 +33,15 @@ from scratch.
|
||||
- DDT, debugger and HACTRN user login shell.
|
||||
- The ITS monitor (kernel).
|
||||
- Exec DDT, standalone debugger.
|
||||
- NSALV, standalone file system tool.
|
||||
|
||||
4. The system is restarted, the rebuilt monitor and salvager are
|
||||
combined into a new ITS binary, which is then started.
|
||||
|
||||
5. Remaining programs are rebuilt:
|
||||
|
||||
- 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.
|
||||
@ -44,4 +50,4 @@ from scratch.
|
||||
- PEEK, system monitoring.
|
||||
- ARCDEV, transparent file system access to archive files.
|
||||
|
||||
4. Finally, the whole file system is dumped to tape.
|
||||
6. Finally, the whole file system is dumped to tape.
|
||||
|
||||
@ -154,6 +154,20 @@ respond "*" ":midas .;_kshack;nsalv\r"
|
||||
respond "Which machine?" "KSRP06\r"
|
||||
expect ":KILL"
|
||||
|
||||
shutdown
|
||||
start_dskdmp
|
||||
respond "DSKDMP" "l\033ddt\r"
|
||||
expect "\n"; type "t\033its bin\r"
|
||||
expect "\n"; type "\033u"
|
||||
respond "DSKDMP" "m\033nsalv bin\r"
|
||||
expect "\n"; type "d\033nits\r"
|
||||
expect "\n"; type "nits\r"
|
||||
expect "\n"; type "\033g"
|
||||
pdset
|
||||
|
||||
respond "*" ":rename .;@ its, .;@ oits\r"
|
||||
respond "*" ":rename .;@ nits, .;@ its\r"
|
||||
|
||||
respond "*" ":midas sysbin;_.teco.;teco\r"
|
||||
expect ":KILL"
|
||||
respond "*" ":job teco\r"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user