qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] 32 bit on a 64 bit machine
@ 2007-09-06 16:35 solid
  2007-09-07  3:27 ` Alexey Eremenko
  0 siblings, 1 reply; 3+ messages in thread
From: solid @ 2007-09-06 16:35 UTC (permalink / raw)
  To: qemu-devel

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?


-- 
Cheers,
Solid

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] 32 bit on a 64 bit machine
  2007-09-06 16:35 [Qemu-devel] 32 bit on a 64 bit machine solid
@ 2007-09-07  3:27 ` Alexey Eremenko
  2007-09-07  4:52   ` Ronald
  0 siblings, 1 reply; 3+ messages in thread
From: Alexey Eremenko @ 2007-09-07  3:27 UTC (permalink / raw)
  To: solid, qemu-devel

On 9/6/07, solid@youngdev.net <solid@youngdev.net> 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


-- 
-Alexey Eremenko "Technologov"

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Qemu-devel] 32 bit on a 64 bit machine
  2007-09-07  3:27 ` Alexey Eremenko
@ 2007-09-07  4:52   ` Ronald
  0 siblings, 0 replies; 3+ messages in thread
From: Ronald @ 2007-09-07  4:52 UTC (permalink / raw)
  To: qemu-devel; +Cc: solid

Alexey Eremenko schreef:
> On 9/6/07, solid@youngdev.net <solid@youngdev.net> 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 :) )

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-09-07  4:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-06 16:35 [Qemu-devel] 32 bit on a 64 bit machine solid
2007-09-07  3:27 ` Alexey Eremenko
2007-09-07  4:52   ` Ronald

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).