Enhance disk image tool with multi-sector VBR support
Some checks failed
Builds / XTchain (full, windows) (push) Failing after 15s
Builds / XTchain (minimal, windows) (push) Failing after 15s
Builds / XTchain (full, linux) (push) Failing after 21s
Builds / XTchain (minimal, linux) (push) Failing after 20s

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 *