qemu-system-i386模拟
i386架构。 更多信息:https://www.qemu.org/docs/master/system/target-i386.html。
i386 架构的镜像启动:qemu-system-i386 -hda {{image_name.img}} -m {{4096}}
qemu-system-i386 -hda {{image_name.img}} -m {{4096}} -cdrom {{os_image.iso}} -boot d
qemu-system-i386 -hda {{/dev/storage_device}} -m {{4096}}
qemu-system-i386 -hda {{image_name.img}} -m {{4096}} -nographic
<Ctrl a><x>
qemu-system-i386 {{[-M|-machine]}} help