Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 5 Mar 2003 10:34:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 5 Mar 2003 10:34:29 -0500 Received: from air-2.osdl.org ([65.172.181.6]:38047 "EHLO mail.osdl.org") by vger.kernel.org with ESMTP id ; Wed, 5 Mar 2003 10:34:26 -0500 Date: Wed, 5 Mar 2003 07:43:27 -0800 From: "Randy.Dunlap" To: "H. Peter Anvin" Cc: linux-kernel@vger.kernel.org Subject: Re: Reserving physical memory at boot time Message-Id: <20030305074327.673e2432.rddunlap@osdl.org> In-Reply-To: References: <32981.4.64.238.61.1046844111.squirrel@www.osdl.org> Organization: OSDL X-Mailer: Sylpheed version 0.8.6 (GTK+ 1.2.10; i586-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1460 Lines: 40 On 5 Mar 2003 07:04:51 -0800 "H. Peter Anvin" wrote: | Followup to: <32981.4.64.238.61.1046844111.squirrel@www.osdl.org> | By author: "Randy.Dunlap" | In newsgroup: linux.dev.kernel | > | > OK, with feeling: | > | > I agree with you since the boot protocol is well-defined. | > | > Just to be clear, my comment was referring to | > Documentation/kernel-parameters.txt, not to any C code. | > | > And it would really be helpful to catch issues like this soon | > after they happen... | > | | Unfortunately last time I commented on this the response was roughly | "well, the patch already made it into Linus' kernel, it's too late to | fix it now." That isn't exactly a very helpful response. I don't see why it's too late. How can it be too late? Ah, because it's already made it into 2.4? | The mem= parameter has the semantic in the i386/PC boot protocol that | it specifies the top address of the usable memory region that begins | at 0x100000. It's a bit of a wart that the boot loaders have to be | aware of this, but it's so and it's been so for a very long time. So it's the top of the 0x100000-mem physical linear memory region (i.e., no gaps)? -- ~Randy - 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/