From 915ba1b42ab61a75955f1fba714f89a50c6bcc80 Mon Sep 17 00:00:00 2001 From: Lars Brinkhoff Date: Wed, 23 Nov 2016 07:56:46 +0100 Subject: [PATCH] Document DSKDMP in the build procedure. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 37937a0e..9350bde0 100644 --- a/README.md +++ b/README.md @@ -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.