Enhance disk image tool with multi-sector VBR support

This commit is contained in:
2025-10-02 22:14:12 +02:00
parent ef272847e1
commit 9827395c8c
2 changed files with 301 additions and 55 deletions

View File

@@ -36,6 +36,12 @@ typedef struct MBR_PARTITION {
uint32_t Size; // Sectors count
} MBR_PARTITION, *PMBR_PARTITION;
typedef struct _RESERVED_SECTOR_INFO
{
int SectorNumber;
const char* Description;
} RESERVED_SECTOR_INFO, *PRESERVED_SECTOR_INFO;
static
inline
char *