summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarley Travis <harleytravis123@outlook.com>2026-06-19 21:34:20 -0500
committerHarley Travis <harleytravis123@outlook.com>2026-06-19 21:34:20 -0500
commit0222136551639f9e3a1b1a8c43bf9480cb5a62a7 (patch)
treea5b8986b373452c8b93debf29c5ece491d5cfe6a
parent501c1c04f1fb758be29014ad9d49a2ee8f36640e (diff)
downloadtempleos-floppy-driver-0222136551639f9e3a1b1a8c43bf9480cb5a62a7.tar.gz
Update changelog (June 19, 2026)
I updated the changelog to reflect the changes made to the blkdev branch as of June 19, 2026, at 21:32 CDT.
-rw-r--r--ChangeLog.TXT14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.TXT b/ChangeLog.TXT
index 3bcc30a..af001cb 100644
--- a/ChangeLog.TXT
+++ b/ChangeLog.TXT
@@ -1,3 +1,17 @@
+2026-06-19:
+I added some more code tags (PURPOSE, TO USE, THEN) to various source files to
+provide additional information on their use and installation. This was also done
+to allow for programmatic generation of an instruction sheet using a Python
+script that I wrote. I then updated the readme file to reflect the new
+changes. Lastly, I added another tag to all of the Adam patch files to warn the
+user of the need to install them after the kernel patches (to avoid dependency
+problems).
+
+2026-06-18:
+I renamed FDCInt to IRQ_FDC (andremoved an unused definition in KernelA that was
+taking the name) to match with Terry's existing IRQ code. I also removed the old
+KFloppyB.HH (and the original KFloppy.HC), replacing it with KFloppyB2.
+
2026-06-12:
I made minor changes to some of the code files (and corrected a typo in this
changelog). I also added comments to the start of all the patch files (as well