From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from systemhalted (CPE0080c82c70ca.cpe.net.cable.rogers.com [24.112.140.233]) by dsl2.external.hp.com (Postfix) with ESMTP id 9298C482A for ; Wed, 7 Aug 2002 09:38:21 -0600 (MDT) Date: Wed, 7 Aug 2002 11:36:47 -0400 From: Carlos O'Donell To: Alex Green Cc: Paul Bame , parisc-linux@lists.parisc-linux.org Subject: Re: [parisc-linux] palo issues Message-ID: <20020807153647.GD12856@systemhalted> References: <20020807123807.GB9966@systemhalted> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: On Wed, Aug 07, 2002 at 05:28:20PM +0200, Alex Green wrote: > I ran file against my new kernel and the output is the same as the currently > booting kernel. > > I was decidedly wrong. While 'make bzImage' will produce the right vmlinux for you to use... you cannot use the actual bzImage because we don't support compressed kernel images in palo. Using the vmlinux in /usr/src/linux (or where your tree is) will get you to the right place :) c.