Alexey Eremenko schreef:
On 9/6/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
I have a 64 bit gentoo box that I need to run a 32 bit OS on.  Is it
possible to configure a hardware profile to run Qemu against?  If so, how
would it be done?  Is there any documentation?


There is a lot of documentation. RTFM


http://fabrice.bellard.free.fr/qemu/user-doc.html

As far as I know, there are no "hardware" profiles. Qemu will take care of the different OS'es automatically (I think/hope :P )

Basically, the installation comes down to 2 commands:

Create an image:
qemu-img create qemu-windows 10G

Run the image:
qemu -boot c -m 256 -no-reboot -hda /mnt/data/qemu-windows -localtime

Type Qemu -h : So you can insert an Iso for the installation :) (and a lot more options :) )


Reply via email to