From b77193dbc1d5d336f584ab706462577f29444a12 Mon Sep 17 00:00:00 2001 From: Matt Jenkins Date: Tue, 15 Jul 2025 12:09:52 +0100 Subject: [PATCH] Fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96d7c19..b42e00c 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,12 @@ external hard drive - both of the MFM variety. That's not a big amount of storage, and old MFM drives are as you probably know prone to stiction and bad blocks, if they even work at all. -The VAXstation 200 does have a SCSI interface, however it was only intended +The VAXstation 2000 does have a SCSI interface, however it was only intended to be used with the optional external TZK50 tape drive, and as such has never had any real support for adding hard drives, and it certainly cannot boot from a SCSI hard drive even if the operating system supported accessing one. -But all is not lost. An experimental patch set for the VAXstation 200 was +But all is not lost. An experimental patch set for the VAXstation 2000 was created (but never officially released) to add full SCSI support to both the internal ROMs and to VAX/VMS, but only one specific version. Which is what we have here.