Add CRC checking for IBM disks. Weirdly, my 1200kB disk appears to have deleted

sectors (id mark F8) on it, where the checksums don't match. Myserious...
This commit is contained in:
David Given
2018-10-22 02:45:18 +02:00
parent d7b2505720
commit acd2a9c23b
12 changed files with 167 additions and 56 deletions

View File

@@ -12,6 +12,7 @@
typedef int nanoseconds_t;
extern double getCurrentTime();
extern void hexdump(std::ostream& stream, const std::vector<uint8_t>& buffer);
class Error
{