From d9756b2b4e940b2a8e1c859d10eaeb099e844836 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Wed, 11 Nov 2020 04:47:41 -0800 Subject: [PATCH] Updated client.txt -> client.md in README.md. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d44c23a..725786f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ These instructions assume your PDP-11 has a serial connection to a UNIX host, the `bootstrap_server.c` program has been compiled on the UNIX host, and the UNIX host has a binary image ready for transfer to the PDP-11. -Begin by loading the program contained in `client.txt` into the PDP-11 via the +Begin by loading the program contained in `client.md` into the PDP-11 via the frontpanel switches or ODT. Set the PDP-11's CPU registers as follows. - **R0:** The starting memory address at which the binary image should be stored. @@ -32,7 +32,7 @@ frontpanel switches or ODT. Set the PDP-11's CPU registers as follows. is transferred to the PDP-11. Begin execution on the PDP-11. If the bootstrap program was loaded at the -memory addresses listed in `client.txt`, begin execution at address `70000`. +memory addresses listed in `client.md`, begin execution at address `70000`. Initiate the transfer from the UNIX host with the command -- 2.20.1