Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经使用 nasm 编写了一个引导扇区程序,我想将它加载到我的笔式驱动器(第一个 512 字节扇区)中,以使我的笔式驱动器可引导并运行那个简单的程序。我的问题是如何将该二进制文件写入我的第一个 512 字节部分我的笔式驱动器。
您可以使用dd 命令(参见this和this)。如果您使用的是 Windows,您可以在此处找到答案。