summaryrefslogtreecommitdiff
path: root/Kernel/BlkDev/Patches
AgeCommit message (Collapse)Author
9 daysFix patch tags in Blk(Read/Write)FDC.HCHarley Travis
14 daysRemove "make free" code and add increment to res.Harley Travis
Brain fart! The drive was getting destroyed because the result was not being set to 1, not because of the drive slot.
14 daysRe-add drive slot code to BlkDevAddFDC.HCHarley Travis
Removing this code caused TempleOS to no longer create drive objects for the floppy drives, so I re-added it.
2026-06-27Add patch to DskChgHarley Travis
This patch allows DskChg to run a file system check on floppy drives, allowing for file system autodetection.
2026-06-27Add missing patchesHarley Travis
These patch files are based on patches I had to make while testing the driver on my TOS machine.
2026-06-27Update BlkDevAddFDC.HCHarley Travis
The filesystem-checking code, now part of the FDCFsChk function, was replaced with a call to said function.
2026-06-20Re-arrange patch filesHarley Travis
Some of the patches are applied to files in subdirectories of ::/Kernel and ::/Adam. The directory tree has been re-arranged in such a way as to allow them to be #included without having the compiler backtrack to their parent directory.