9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: "Jack Johnson" <knapjack@gmail.com>
To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu>
Subject: Re: [9fans] Plan 9 on Qemu on Windows?
Date: Tue,  8 Aug 2006 13:30:55 -0700	[thread overview]
Message-ID: <6e35c0620608081330u5d98675ajf0622966a2a43cef@mail.gmail.com> (raw)
In-Reply-To: <3d0bbd780608080125r738f66d8ua031c348098accc0@mail.gmail.com>

On 8/8/06, Anssi Porttikivi <porttikivi@gmail.com> wrote:
> Has anyone tried running Plan 9 on the Windows version of qemu (which
> is in alpha)? Any tips for making it work?

Version 0.7.2 works well.  You can get it pre-built from the ReactOS Web site:

http://www.reactos.org/xhtml/en/download.html

If you already have the latest version, you can use qemu-img to
generate a disk image to suit.  I usually create an empty, compressed
VMware disk image of 20GB that I copy each time I need a disk for some
random OS for either VMware Player or QEMU, as they'll both use the
same disk format, and empty it's just a few KB.

To install:

qemu -boot d -cdrom \path\to\plan9.iso -m 128 -L . plan9.vmdk -user-net

(options are slightly different for version 8, feel free to tune the RAM, etc.)

Venti will cause your disk image to grow to nearly actual size, so if
your virtual disk image is smaller than your available space, I would
recommend skipping a local venti.  Also, if you plan on moving the
image around, you can get an install in under 400MB pretty easily.

To boot:

qemu -boot c -m 128 -L . plan9.vmdk -user-net

>From there, you'd want to read the standard QEMU guides on networking
and maybe peruse the mailing list archives for insight on Plan 9 and
NAT.

Good luck!

-Jack


  parent reply	other threads:[~2006-08-08 20:30 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-08  8:25 Anssi Porttikivi
2006-08-08  8:27 ` Gabriel Diaz
2006-08-08 10:39 ` Christoph Lohmann
2006-08-08 20:30 ` Jack Johnson [this message]
2006-08-10  2:42   ` LiteStar numnums

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=6e35c0620608081330u5d98675ajf0622966a2a43cef@mail.gmail.com \
    --to=knapjack@gmail.com \
    --cc=9fans@cse.psu.edu \
    /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).