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.