mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user