qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] 32 bit on a 64 bit machine


From: Ronald
Subject: Re: [Qemu-devel] 32 bit on a 64 bit machine
Date: Fri, 07 Sep 2007 06:52:50 +0200
User-agent: Thunderbird 2.0.0.5 (X11/20070719)

Alexey Eremenko schreef:
On 9/6/07, address@hidden <address@hidden> 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

[Prev in Thread] Current Thread [Next in Thread]