安装bochs ./configure --prefix=~/bochs --enable-debugger --enble-disasm --enable-iodebug --enable-x86-debugger --with-x --with-x11 make make install 制作图片 bin/bximage -hd -mode="flat" -size=60 -q hd60M.img 导入mbr到图片 dd if=./mbr.bin of=~/bochs/hd60M.img bs=512 count=1 conv=notrunc