Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 10 Nov 2002 11:57:54 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 10 Nov 2002 11:57:54 -0500 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:14153 "EHLO frodo.biederman.org") by vger.kernel.org with ESMTP id ; Sun, 10 Nov 2002 11:57:53 -0500 To: Alan Cox Cc: Linus Torvalds , Werner Almesberger , Suparna Bhattacharya , Jeff Garzik , "Matt D. Robinson" , Rusty Russell , Andy Pfiffer , Linux Kernel Mailing List , Mike Galbraith , "Martin J. Bligh" Subject: Re: [lkcd-devel] Re: What's left over. References: <1036894347.22173.6.camel@irongate.swansea.linux.org.uk> <1036938641.1005.2.camel@irongate.swansea.linux.org.uk> From: ebiederm@xmission.com (Eric W. Biederman) Date: 10 Nov 2002 09:56:53 -0700 In-Reply-To: <1036938641.1005.2.camel@irongate.swansea.linux.org.uk> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1144 Lines: 26 Alan Cox writes: > On Sun, 2002-11-10 at 02:16, Eric W. Biederman wrote: > > To use kmapped memory I need to setup a page table to do the final copy. > > And to setup a page table I need to know where the memory is going to be > copied > > > to. > > And ? > > I find it hard to believe you can't drive an MMU if you can write code > that boots one Linux from another One of the simplifying things I do between OS's is turn of the MMU, or at least give it a 1-1 trivial mapping with physical memory. If all of that memory is hanging out there forever. It probably makes sense to be high memory capable. But for the first rev of this I won't be. Addresses > 4GB are a major pain to work with on x86. But I do have a test machine that can reproduce that so I can test for strange bugs. I added a BIOS option to put all but 512M out of 4GB above the 4GB line. Eric - 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/