summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarley Travis <harleytravis123@outlook.com>2026-05-29 20:49:18 -0500
committerHarley Travis <harleytravis123@outlook.com>2026-05-29 20:49:18 -0500
commit1f2195ae1121c2097f02a6dae2e89cf00819ffc7 (patch)
treeda293f1a2f12570ecabbf48cf093607ea79279ca
parent6caf9f03266707974d3f658b9cde146f7c887455 (diff)
downloadtempleos-floppy-driver-ca7ab688fe9e6f9178cbdd60fc55d99438c6fbd7.tar.gz
Update ChangeLog.TXTHEAD2026-05-29main
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.
-rw-r--r--ChangeLog.TXT12
1 files changed, 12 insertions, 0 deletions
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: