summaryrefslogtreecommitdiff
path: root/Kernel/BlkDev/Patches/BlkDevAddFDC.HC
AgeCommit message (Collapse)Author
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-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.