From owner-freebsd-ppc@FreeBSD.ORG Sun Feb 27 08:28:20 2005 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 0B2AB16A4CE for ; Sun, 27 Feb 2005 08:28:20 +0000 (GMT) Received: from liberty.onthenet.com.au (liberty.OntheNet.com.au [203.22.124.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 48F5743D5E for ; Sun, 27 Feb 2005 08:28:19 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.30.60] (CPE-30-60.dsl.onthenet.net [203.144.30.60]) j1R8SHnP068494; Sun, 27 Feb 2005 18:28:18 +1000 (EST) (envelope-from grehan@freebsd.org) Message-ID: <42218619.7010202@freebsd.org> Date: Sun, 27 Feb 2005 18:34:33 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Garance A Drosihn References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-ppc@freebsd.org Subject: Re: Setting kern.bootfile, and backup kernels 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: Sun, 27 Feb 2005 08:28:20 -0000 Hi Garance, > even though the boot file is not /kernel. After some quick checks, > it seems the problem is that sys/kern/kern_mib.c has: > char kernelname[MAXPATHLEN] = "/kernel"; Another old NetBSD relic I think. I'll fix it pronto: thanks for the sparc64 machdep tip. later, Peter.