From owner-freebsd-emulation Sat Feb 22 9:35:48 2003 Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 041D837B401; Sat, 22 Feb 2003 09:35:48 -0800 (PST) Received: from bricore.com (adsl-64-168-71-68.dsl.snfc21.pacbell.net [64.168.71.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2F63C43F85; Sat, 22 Feb 2003 09:35:47 -0800 (PST) (envelope-from lchen@briontech.com) Received: from luoqi (luoqi.bricore.com [192.168.1.63]) by bricore.com (8.12.6/8.12.6) with SMTP id h1MHZdFA026604; Sat, 22 Feb 2003 09:35:39 -0800 (PST) (envelope-from lchen@briontech.com) From: "Luoqi Chen" To: "The Hermit Hacker" Cc: , , Subject: RE: Raising KVA_PAGES breaks linux emulation? Date: Sat, 22 Feb 2003 09:38:41 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 In-Reply-To: <20030222000715.K59175@localhost> X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-emulation@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Now, when I did this the first time, I got a bunch of thread issues, so > Tor sent me a patch (included in previous email) to fix it in libc_r ... > does the linux module make use of KVA_PAGES as defined in the kernel > config file, or do I have to change KVA_PAGES in /sys/i386/include/pmap.h > for the modules to recognize the change? > KVA_PAGES if defined in config goes to opt_global.h and I don't think module builds uses this file. You may put it in make.conf if you don't want to mess with pmap.h -lq To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-emulation" in the body of the message