From owner-freebsd-questions@FreeBSD.ORG Wed Jul 1 20:12:16 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 434B2106564A for ; Wed, 1 Jul 2009 20:12:16 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojteks.tensor.gdynia.pl (wojteks.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 7E1B98FC12 for ; Wed, 1 Jul 2009 20:12:15 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::2]) by wojteks.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n61KCQ59004520; Wed, 1 Jul 2009 22:12:26 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n61K0KhB001787; Wed, 1 Jul 2009 22:00:20 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n61K0KnK001784; Wed, 1 Jul 2009 22:00:20 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Wed, 1 Jul 2009 22:00:20 +0200 (CEST) From: Wojciech Puchar To: Frank Steinborn In-Reply-To: <20090701174532.GA14108@nognu.de> Message-ID: References: <20090701174532.GA14108@nognu.de> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD on Cobalt RaQ 4 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jul 2009 20:12:16 -0000 > As i figured out, there is a ROM on it with a mini-Linux, that will > look for an ext2/ext3 filesystem and for an /vmlinux.bz2 on /boot. > Then it boots from there. This is really strange and seems to rule out > FreeBSD completely. Looks like you'll have to rewrite /boot/loader sources to 1) access disk with it's "minilinux" interface, or directly by hardware 2) to look like vmlinux image. If it's ELF - should not be a problem, if not - look how linux kernel makefile convert ELF to this format and do the same. This ROM code may do some assumption where to load image in memory. If so - you have to link if to the same address. Not easy way i think but not that difficult if you can write C programs. > > However, I can't believe that noone on earth hadn't FreeBSD running > on it :-) > > Any hint would be appreciated. As an alternative, i could live with > OpenBSD/NetBSD too. i would even prefer linux than those ;)