QEMU/Guests/Windows XP: Difference between revisions

no edit summary
No edit summary
No edit summary
 
When that's done, start up QEMU with a command like the following:
 
'''If your ISO is 32-bit:'''
<pre>qemu-system-i386 -m 512M -hda winxp.img -device VGA,vgamem_mb=64 -cpu host -accel kvm -M pc -netdev user,id=lan -device rtl8139,netdev=lan -usb -device usb-tablet -rtc base=localtime -monitor stdio</pre>