1

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?

icktoofay
  • 126,289
  • 21
  • 250
  • 231
sduplooy
  • 14,340
  • 9
  • 41
  • 60

1 Answers1

-1

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
  • 24,821
  • 5
  • 46
  • 55