Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 7 Jan 2002 11:18:50 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 7 Jan 2002 11:18:42 -0500 Received: from bay-bridge.veritas.com ([143.127.3.10]:26913 "EHLO svldns02.veritas.com") by vger.kernel.org with ESMTP id ; Mon, 7 Jan 2002 11:18:30 -0500 Date: Mon, 7 Jan 2002 16:20:37 +0000 (GMT) From: Hugh Dickins To: Alan Cox cc: Benjamin LaHaise , Gerrit Huizenga , "M. Edward Borasky" , Harald Holzer , linux-kernel@vger.kernel.org Subject: Re: i686 SMP systems with more then 12 GB ram with 2.4.x kernel ? In-Reply-To: Message-ID: 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 On Sun, 6 Jan 2002, Alan Cox wrote: > > You don't neccessarily need PSE. Migrating to an option to support > 4K > _virtual_ page size is more flexible for x86, although it would need > glibc getpagesize() fixing I think, and might mean a few apps wouldnt > run in that configuration. Larger kernel PAGE_SIZE can work, still presenting 4KB page size to user space for compat. The interesting part is holding anon pages together, not fragmenting to use PAGE_SIZE for each MMUPAGE_SIZE of user space. I have patches against 2.4.6 and 2.4.7 which did that; but didn't keep them up to date because there's a fair effort going through drivers deciding which PAGE_s need to be MMUPAGE_s. I intend to resurrect that work against 2.5 later on (or sooner if there's interest). Hugh - 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/