Implement creating AaruFormat image and writing header.

This commit is contained in:
2025-08-07 15:43:35 +01:00
parent 676a87d25b
commit 3b012797cb
11 changed files with 354 additions and 2 deletions

View File

@@ -115,7 +115,7 @@ typedef struct aaruformatContext
uint64_t cachedDdtOffset;
uint16_t *cachedSecondaryDdtSmall;
uint32_t *cachedSecondaryDdtBig;
bool isWriting;
} aaruformatContext;
typedef struct DumpHardwareEntriesWithData