将自定义引导加载程序写入 .vhd 文件
我有一个自定义引导加载程序,我想将其写入 .VHD 文件以进行测试。知道我应该将引导加载程序写入文件中的哪个偏移量吗?有指向 .VHD 文件格式的 C 结构的指针吗?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
vhd 文件格式的规范可在此处获取。
您可能必须通读规格才能找到执行您想要的操作的详细信息。
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.