summaryrefslogtreecommitdiff
path: root/ChangeLog.TXT
diff options
context:
space:
mode:
authorHarley Travis <harleytravis123@outlook.com>2026-05-23 23:55:17 -0500
committerHarley Travis <harleytravis123@outlook.com>2026-05-23 23:55:17 -0500
commitba700f0759a59551159e90aff2bd6d547c27179b (patch)
tree1c5e98679d0f76be4466b72c1142f3304e3a97d5 /ChangeLog.TXT
parent04d039d43164f48f5266d32e783d11f166b6161c (diff)
TOSFloppy_2025-04-20T2103-0500.zip2025-04-20
This was the second and final Discord release of the TempleOS floppy disk controller driver, released April 20, 2025. This release saw mainly structure changes, plus the addition of a license file (the code, at this point, is licensed under Do What The Fuck You Want To Public License, version 2.0).
Diffstat (limited to 'ChangeLog.TXT')
-rw-r--r--ChangeLog.TXT9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.TXT b/ChangeLog.TXT
new file mode 100644
index 0000000..1059101
--- /dev/null
+++ b/ChangeLog.TXT
@@ -0,0 +1,9 @@
+2025-04-18:
+I had a brain fart and forgot to revert the hard-coded DMA buffer address, as pointed out by TheTinkerer on the TOS Discord.
+I went ahead and uncommented the stuff for splitting up the address, and fixed the base address I/O writes.
+If you have installed the driver, just replace NewFloppy.HC and recompile the kernel; you should be good after that.
+Whoops!
+
+2025-04-20 (hah! weed.):
+Moved some stuff out of the system files to make things a bit less of a mess.
+Also I added a copyright notice to the readme (you can still do what the fuck you want to; see Copying.TXT). \ No newline at end of file