Understanding HFE file format structure

General discussion forum - for all that doesn't fit in any other category.
Post Reply
YvonneHX1
Posts: 1
Joined: Wed Feb 05, 2025 12:33 am

Understanding HFE file format structure

Post by YvonneHX1 »

Hi all, I'm trying to understand the HFE file format since I'm writing an C++ program to make a change in the embedded floppy disk (change volume label). I've read the HFE-file-format.html page on this website but I don't understand the Third part description for the track data. I would expect the first track of the actual floppy image to start in this part at an offset of 0x400 but this doesn't seem to be the case. This part doesn't start with the bootstrap of the boot sector of the floppy image (yes, I did do the bits transmission trick).
Any help would be much appreciated.
Post Reply