From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <283f5df10608091942s2e6988d3yf929ada602fecb80@mail.gmail.com> Date: Wed, 9 Aug 2006 22:42:37 -0400 From: "LiteStar numnums" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> Subject: Re: [9fans] Plan 9 on Qemu on Windows? In-Reply-To: <6e35c0620608081330u5d98675ajf0622966a2a43cef@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_51897_32724899.1155177757511" References: <3d0bbd780608080125r738f66d8ua031c348098accc0@mail.gmail.com> <6e35c0620608081330u5d98675ajf0622966a2a43cef@mail.gmail.com> Topicbox-Message-UUID: 9b58d19c-ead1-11e9-9d60-3106f5b1d025 ------=_Part_51897_32724899.1155177757511 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline The latest: http://www.h7.dion.ne.jp/~qemu-win/ Works fine with Plan9 (with Fossil + Venti) Cheers, -- LS On 8/8/06, Jack Johnson wrote: > > On 8/8/06, Anssi Porttikivi 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 > -- Lead thou me on, O Zeus, and Destiny, To that goal long ago to me assigned. I'll follow and not falter; if my will Prove weak and craven, still I'll follow on. -- Epictetus He who enters his wife's dressing room is a philosopher or a fool. -- Balzac ------=_Part_51897_32724899.1155177757511 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline The latest: http://www.h7.dion.ne.jp/~qemu-win/
Works fine with Plan9 (with Fossil + Venti)
Cheers,
-- LS

On 8/8/06, Jack Johnson <knapjack@gmail.com> wrote:
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



--
Lead thou me on, O Zeus, and Destiny,
To that goal long ago to me assigned.
I'll follow and not falter; if my will
Prove weak and craven, still I'll follow on.
-- Epictetus

He who enters his wife's dressing room is a philosopher or a fool. -- Balzac ------=_Part_51897_32724899.1155177757511--