From owner-freebsd-current@FreeBSD.ORG Mon Dec 11 18:22:34 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7A68216A415 for ; Mon, 11 Dec 2006 18:22:34 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id A0DCA447C8 for ; Mon, 11 Dec 2006 17:56:06 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [192.168.0.13] (dsl-63-249-90-35.cruzio.com [63.249.90.35]) by dommail.onthenet.com.au (MOS 3.5.7-GR) with ESMTP id CJY45510 (AUTH peterg@ptree32.com.au); Tue, 12 Dec 2006 03:57:20 +1000 (EST) Message-ID: <457D9B77.1090106@freebsd.org> Date: Mon, 11 Dec 2006 09:55:03 -0800 From: Peter Grehan User-Agent: Thunderbird 1.5.0.8 (Macintosh/20061025) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: New Challenges ( FreeBSD on PS3 ) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: grehan@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Dec 2006 18:22:34 -0000 >I was wondering if anyone though of installing >FreeBSD in a PS3, i'm sure there are some big >challanges there. The main Cell CPU, the PPE, looks like a slow G5. Linux runs under the control of a hypervisor. You can't run direct on bare metal. For FreeBSD, the challenge would be to get the loader running, and get the kernel to use hypervisor calls for all the low-level operations. later, Peter.