| Age | Commit message (Collapse) | Author |
|
|
|
Brain fart! The drive was getting destroyed because the result was not being set to 1, not because of the drive slot.
|
|
Removing this code caused TempleOS to no longer create drive objects for the floppy drives, so I re-added it.
|
|
This patch allows DskChg to run a file system check on floppy drives, allowing for file system autodetection.
|
|
These patch files are based on patches I had to make while testing the driver on my TOS machine.
|
|
The filesystem-checking code, now part of the FDCFsChk function, was replaced with a call to said function.
|
|
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.
|