From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750824AbXBFGvK (ORCPT ); Tue, 6 Feb 2007 01:51:10 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750845AbXBFGvK (ORCPT ); Tue, 6 Feb 2007 01:51:10 -0500 Received: from e3.ny.us.ibm.com ([32.97.182.143]:37689 "EHLO e3.ny.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750824AbXBFGvH (ORCPT ); Tue, 6 Feb 2007 01:51:07 -0500 Date: Tue, 6 Feb 2007 12:21:04 +0530 From: Vivek Goyal To: "H. Peter Anvin" Cc: Etienne Lorrain , linux-kernel@vger.kernel.org, "Eric W. Biederman" Subject: Re: [PATCH] Compressed ia32 ELF file generation for loading by Gujin 1/3 Message-ID: <20070206065104.GB26462@in.ibm.com> Reply-To: vgoyal@in.ibm.com References: <522909.27613.qm@web26909.mail.ukl.yahoo.com> <45C7CDD7.20806@zytor.com> <20070206052514.GA15613@in.ibm.com> <45C81D5B.3050408@zytor.com> <20070206063320.GA26462@in.ibm.com> <45C82266.3010007@zytor.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <45C82266.3010007@zytor.com> User-Agent: Mutt/1.5.11 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Feb 05, 2007 at 10:38:30PM -0800, H. Peter Anvin wrote: > Vivek Goyal wrote: > > > >That time, grub was working fine but lilo had broken on one of Andrew's > >machine. I could not reproduce the problem on my setup and had no clue what > >was the issue. Hence got rid of ELF header from bzImage which was > >non-essential > >stuff for relocatable kernel. But that issue should be fixable. > > > > Either way, though, putting Gujin-specific code in the main kernel > output is a pretty dull thud. > Agreed. Thanks Vivek