Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: [OT] Windows VMs under Linux for running Perl.

by duelafn (Parson)
on Dec 17, 2016 at 22:50 UTC ( [id://1177996]=note: print w/replies, xml ) Need Help??

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
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1177996]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (3)
As of 2024-04-19 17:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found