Help for this page

Select Code to Download


  1. or download this
    truncate -s 50G winXP.img    # create an image
    kvm -hda winXP.img -m 2048 -monitor stdio -net nic,model=rtl8139 -net 
    +user -usb -cdrom /dev/cdrom
    
  2. or download this
    qemu-img create -b winXP.img -f qcow2 temp.img
    kvm -hda temp.img  ...
    rm -f temp.img