From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Wed, 3 Sep 2008 14:33:19 -0700 From: "Eric Van Hensbergen" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@9fans.net> In-Reply-To: <621112A569DAE948AD25CCDCF1C075331AB375@dolly.ntdom.cupdx> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <90a162b442580fd6a023952ad3dad4ca@csplan9.rit.edu> <6c977f5f277206fa1f84b6b824e82459@proxima.alt.za> <8ccc8ba40809031308g5366dac5k6b976c809d122523@mail.gmail.com> <621112A569DAE948AD25CCDCF1C075331AB375@dolly.ntdom.cupdx> Subject: Re: [9fans] Plan 9 on IBM hardware Topicbox-Message-UUID: 0c89400c-ead4-11e9-9d60-3106f5b1d025 On Wed, Sep 3, 2008 at 2:18 PM, Benjamin Huntsman wrote: > just a quick question... > > Has anyone managed to run Plan 9 on a pSeries system? > Not that I know of, although a port to the PAPR virtualization layer would not be difficult. The closest is probably the libOS work I did (which was a modified Inferno kernel) that ran on PAPR, but I didn't end up implementing the disk or network virtualized I/O as I just used 9P over shared memory. The PS3/Cell port would have many of the same requirements (from the base CPU/MMU architecture anyways) as a Power4 port (and vice-versa). -eric