I have a custom boot loader that I would like to write to a .VHD file for testing. Any idea at what offset in the file I should write the boot loader to? Any pointers to the C structures for the .VHD file format?
A:
The specifications for the vhd file format are available here.
You would probably have to read through the specs to find the details to do what you want.
Alan Geleynse
2010-10-23 20:32:46