简单的使用说明:
Please put floppy, hard disk and CD-ROM image in the same directory which has qemu.exe. Type:

$ qemu.exe -L ./ -m 64 -boot a -fda floppy.img -hda harddisk.img -cdrom cdimage.iso

-L : bios location
-m : memory size (Mbyte)
-boot : boot device floppy(a), hard disk(c), CD-ROM(d)
-fda : floppy image
-hda : hard disk image
-cdrom : CD-ROM image

建立自己的磁盘镜像文件,安装系统

mkqemuimage.exe -s [size] [name.img]


To boot the iso with the hard disk image present you just need to edit the boot code:

qemu -L . -hda image.img -m 128 -boot d -cdrom cdrom.iso
安装就不用说了:-)

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐