From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 8 Aug 2006 12:39:48 +0200 From: Christoph Lohmann <20h@r-36.net> To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] Plan 9 on Qemu on Windows? Message-Id: <20060808123948.62867532.20h@r-36.net> In-Reply-To: <3d0bbd780608080125r738f66d8ua031c348098accc0@mail.gmail.com> References: <3d0bbd780608080125r738f66d8ua031c348098accc0@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 99c85d70-ead1-11e9-9d60-3106f5b1d025 Good day. Am Tue, 8 Aug 2006 11:25:03 +0300 "Anssi Porttikivi" schrieb: > Has anyone tried running Plan 9 on the Windows version of qemu (which > is in alpha)? Any tips for making it work? I'm using qemu 0.8.2 with kqemu for Linux and everything works quiet fast: qemu -cdrom plan9.iso -boot d; So on Windows it is: qemu.exe -cdrom plan9.iso -boot d There is a qemu-win.bat in the distribution zip archive of the Qemu Windows version you can modify and copy for starting Plan 9 in it. Sincerely, Christoph