Tuesday, March 27, 2012

QEMU Start

$ qemu-system-i386 -m 512 -hda winxpsp2.img -net user -net nic

-m 512 // memory size
-hda winxpsp2.img // this is the image for booting, plays same function as the hard drive
-net user -net nice // enables the networking


No comments: