From owner-freebsd-ppc@FreeBSD.ORG Mon Jul 12 22:36:00 2004 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 01AE516A4CE for ; Mon, 12 Jul 2004 22:36:00 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5FEB343D45 for ; Mon, 12 Jul 2004 22:35:59 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from freebsd.org (CPE-30-80.dsl.onthenet.net [203.144.30.80]) i6CMZvu9036661; Tue, 13 Jul 2004 08:35:57 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <40F313E9.40107@freebsd.org> Date: Tue, 13 Jul 2004 08:42:49 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3.1) Gecko/20030524 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joshua Coombs References: <001301c4684b$6cbf5190$0397a8c0@distortion> In-Reply-To: <001301c4684b$6cbf5190$0397a8c0@distortion> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: Umax C600 (6400) X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Jul 2004 22:36:00 -0000 > Welp, figured for giggles I'd try to get my Umax C600 to run > FreeBSD. Looks like I can't use any of the normal boot media, > ethernet isn't onboard, OF doesn't have a driver. CD, no go in OF. > HD, best I can do is a FAT partition on IDE, but I have yet to get a > loader to fire up cleanly off it (Open, Net, or Free). NetBSD's > boot floppies do work, but I see no analog yet in the PPC port. Is > there a method of making boot floppies yet for the FreeBSD PPC port? From looking at the NetBSD model page, the C600 runs v2 of OpenFirmware, which doesn't work with the FreeBSD loader. It's actually a bit of work: an ELF->XCOFF converter needs to be written, and some OpenFirmware calls that don't work on 2 need to be sidestepped. I do have an old beige G3 that I might try and get working one day. It even has a floppy drive :-) later, Peter.