dd if=boot.bin of=a.img bs=512 count=1 conv=notrunc
dd if=pmtest1.bin of=a.img bs=512 count=1 conv=notrunc
[Orange'S:一个操作系统的实现]常用命令
最新推荐文章于 2023-11-02 18:17:32 发布
dd if=boot.bin of=a.img bs=512 count=1 conv=notrunc
dd if=pmtest1.bin of=a.img bs=512 count=1 conv=notrunc