创建原始 ISO 映像
如何创建原始 ISO 映像?
我的意思是我正在用汇编程序编写简单的系统,我想创建一个 ISO,它可以将二进制文件(整个系统位于一个文件中)放入 BootSector。
How can I create raw ISO Image ?
I mean I am programming simple system in assembler and I want to create an ISO which could put binary file (whole system is in one file) in BootSector.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 DOS 时代,我会把这样的东西放在磁盘上。如果这对您有用,您可以使用 syslinux,它能够启动磁盘映像。或者更简单:创建可启动 ISO,并将磁盘映像设置为启动映像。
In good old DOS days I would have put such a thing on a disk. If this works for you you can use syslinux which is able to launch disk Images. Or even simpler: create bootable ISO with the disk Image set as boot Image.