1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-05 02:54:55 +00:00

Document DSKDMP in the build procedure.

This commit is contained in:
Lars Brinkhoff
2016-11-23 07:56:46 +01:00
parent 6377c7ffb2
commit 915ba1b42a

View File

@@ -34,9 +34,11 @@ from scratch.
- The ITS monitor (kernel).
- Exec DDT, standalone debugger.
- NSALV, standalone file system tool.
- DSKDMP, disk bootstrap and file access.
- KSFEDR, manipulate front-end file system.
4. The system is restarted, the rebuilt monitor and salvager are
combined into a new ITS binary, which is then started.
4. The new DSKDMP is installed, and the rebuilt monitor and salvager
are combined into a new ITS binary, which is then started.
5. Remaining programs are rebuilt:
@@ -44,7 +46,6 @@ from scratch.
- EMACS, binaries only.
- DUMP, tape backup and restore.
- PDSET, set time and date.
- KSFEDR, manipulate front-end file system.
- LOCK, shut down system.
- ATSIGN DEVICE, load device drivers.
- TCTYP and CRTSTY, terminal handling.