qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: Ronald <ronald645@gmail.com>
To: qemu-devel@nongnu.org
Cc: solid@youngdev.net
Subject: Re: [Qemu-devel] 32 bit on a 64 bit machine
Date: Fri, 07 Sep 2007 06:52:50 +0200	[thread overview]
Message-ID: <46E0D922.9000707@gmail.com> (raw)
In-Reply-To: <7fac565a0709062027y199846adp6e28e6053d73d6ae@mail.gmail.com>

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 :) )

      reply	other threads:[~2007-09-07  4:53 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=46E0D922.9000707@gmail.com \
    --to=ronald645@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=solid@youngdev.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).