Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S265718AbUFDKlQ (ORCPT ); Fri, 4 Jun 2004 06:41:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S265719AbUFDKlP (ORCPT ); Fri, 4 Jun 2004 06:41:15 -0400 Received: from [213.146.154.40] ([213.146.154.40]:42657 "EHLO pentafluge.infradead.org") by vger.kernel.org with ESMTP id S265718AbUFDKlM (ORCPT ); Fri, 4 Jun 2004 06:41:12 -0400 Date: Fri, 4 Jun 2004 11:41:08 +0100 From: Christoph Hellwig To: Ingo Molnar Cc: Brian Gerst , Linus Torvalds , linux-kernel@vger.kernel.org, Andrew Morton , Andi Kleen , Arjan van de Ven , "Siddha, Suresh B" , "Nakajima, Jun" Subject: Re: [announce] [patch] NX (No eXecute) support for x86, 2.6.7-rc2-bk2 Message-ID: <20040604104108.GA30228@infradead.org> Mail-Followup-To: Christoph Hellwig , Ingo Molnar , Brian Gerst , Linus Torvalds , linux-kernel@vger.kernel.org, Andrew Morton , Andi Kleen , Arjan van de Ven , "Siddha, Suresh B" , "Nakajima, Jun" References: <20040602205025.GA21555@elte.hu> <20040603072146.GA14441@elte.hu> <40BF201F.2020701@quark.didntduck.org> <20040604093958.GE11034@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040604093958.GE11034@elte.hu> User-Agent: Mutt/1.4.1i X-SRS-Rewrite: SMTP reverse-path rewritten from by pentafluge.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 775 Lines: 17 On Fri, Jun 04, 2004 at 11:39:58AM +0200, Ingo Molnar wrote: > I think Wine could get around this by creating a dummy ELF section in > the Wine binary that covers the first 1GB or so. Wine could still use > ordinary dynamic libraries - those would go above that 1GB. Then once > Wine has loaded up it can munmap() that first 1GB. > > (this would not work if Wine has to dlopen() new libraries after this > phase - does that happen?) Why can't wine just implement it's own binfmt_pecoff? Sounds like the much simpler solutuion. - 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/