tomas-nestorovic / RIDE

Windows tool for low-level access to any floppy disks, and comfortable high-level access to some legacy filesystems (ZX Spectrum, MS-DOS, etc.).
https://nestorovic.hyperlink.cz/ride/html/index.html
51 stars 0 forks source link

All DOSes: Foundation required for disk/volume verification #45

Closed tomas-nestorovic closed 1 year ago

tomas-nestorovic commented 4 years ago

Each of implemented DOSes currently lacks the functionality of verifying disk integrity, usually under disabled menu item DOS → Verification.

This issue aims to prepare the necessary general foundation so that disk integrity of each DOS can be easily implemented without the burden of paying attention at recurrent details (and logical action flows) that may arise when implementing the verification for individual DOSes. This issue should thus give the following common assets, leveraged by all DOSes:

tomas-nestorovic commented 1 year ago

With no modifications or fixes for more than a year, this issue can be safely closed.