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?
Asked
Active
Viewed 628 times
1 Answers
-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