From ba700f0759a59551159e90aff2bd6d547c27179b Mon Sep 17 00:00:00 2001 From: Harley Travis Date: Sat, 23 May 2026 23:55:17 -0500 Subject: TOSFloppy_2025-04-20T2103-0500.zip 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). --- ChangeLog.TXT | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ChangeLog.TXT (limited to 'ChangeLog.TXT') 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 -- cgit v1.2.3