Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1750939AbWH0TQ3 (ORCPT ); Sun, 27 Aug 2006 15:16:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750942AbWH0TQ3 (ORCPT ); Sun, 27 Aug 2006 15:16:29 -0400 Received: from mail.suse.de ([195.135.220.2]:60894 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S1750928AbWH0TQ3 (ORCPT ); Sun, 27 Aug 2006 15:16:29 -0400 From: Andi Kleen To: "H. Peter Anvin" Subject: Re: [PATCH] THE LINUX/I386 BOOT PROTOCOL - Breaking the 256 limit (ping) Date: Sun, 27 Aug 2006 21:16:23 +0200 User-Agent: KMail/1.9.3 Cc: Alon Bar-Lev , Andrew Morton , linux-kernel@vger.kernel.org References: <445B5524.2090001@gmail.com> <44F1E970.1050709@zytor.com> In-Reply-To: <44F1E970.1050709@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200608272116.23498.ak@suse.de> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1128 Lines: 27 On Sunday 27 August 2006 20:50, H. Peter Anvin wrote: > Andi Kleen wrote: > > > > The last time I tried this on x86-64 lilo on systems that used EDD broke. > > EDD uses part of the bootup page too. So most likely it's not that simple. > > > > And please don't shout your subjects. > > > > On i386, the command line is never stored in the bootup page; only a > pointer to it is. The copying is done straight into the > saved_command_line buffer in the kernel BSS (head.S lines 79-104). > > x86-64 does the same thing, but in C code (head64.c lines 45-56.) Thus, > if you had a problem with LILO, I suspect the problem was inside LILO > itself, and not a kernel issue. Just increasing that constant caused various lilo setups to not boot anymore. I don't know who is actually to blame, just wanting to point out that this "obvious" patch isn't actually that obvious. -Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/