From 1f2195ae1121c2097f02a6dae2e89cf00819ffc7 Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Fri, 29 May 2026 20:49:18 -0500 Subject: Update ChangeLog.TXT I updated the changelog to reflect the KFloppy and Installer patches made on May 29, 2026. These are expected to be the final update to the original driver codebase prior to BlkDev-ification. --- ChangeLog.TXT | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog.TXT b/ChangeLog.TXT index ab636b5..3e324c1 100644 --- a/ChangeLog.TXT +++ b/ChangeLog.TXT @@ -1,3 +1,15 @@ +2026-05-29: +I modified the "read data" and "send command" functions to properly check the +MSR for the correct values before doing I/O operations. I also removed an +unnecessary seek from the disk dumper test program. + +The Installer had a +missing semicolon at the CopyTree call, so I added one. + +This will (hopefully) be the final edit to the original driver codebase. Thus, +it will be tagged and a ZIP file made available in the Downloads section of my +website. + 2026-05-27 (#2): I have restructured the source tree in preparation for future work: -- cgit v1.2.3