From owner-freebsd-questions Tue Apr 18 9:41:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from darkstar.qx.net (darkstar.qx.net [208.235.88.101]) by hub.freebsd.org (Postfix) with ESMTP id 3C34D37BA86 for ; Tue, 18 Apr 2000 09:41:56 -0700 (PDT) (envelope-from jfreeze@qx.net) Received: from mail2.qx.net (mail.qx.net [208.235.88.233]) by darkstar.qx.net (8.9.3/8.9.3) with ESMTP id MAA12784 for ; Tue, 18 Apr 2000 12:41:55 -0400 From: jfreeze@qx.net Received: from mail.qx.net ([208.235.88.43]) by mail2.qx.net (Netscape Messaging Server 3.6) with SMTP id AAA2E9; Tue, 18 Apr 2000 12:40:14 -0400 To: Rahul Siddharthan Cc: Glenn Johnson , Marc Silver , jfreeze@qx.net, questions@FreeBSD.ORG Subject: Re: Re: Netscape6 on 3.4R Date: Tue, Apr 18 2000 12:41:54 GMT-0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <77363758FAE.AAA2E9@mail2.qx.net> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> If you have the source you can edit /usr/src/sys/i386/include/npx.h on >> your FreeBSD 3.4 system. The comments in the file will tell you what to >> do. > >That worked. It's running now. Thanks. > >Rahul. What exact changes to npx.h were made? From what I can tell I will need to change #define __386BSD_NPXCW__ 0x362 to #define __386BSD_NPXCW__ 0x37F and/or #define __INITIAL_NPXCW__ __BDE_NPXCW__ to #define __INITIAL_NPXCW__ __BETTER_BDE_NPXCW__ Also, does this change require a rebuild of the kernel or is just for the build of netscape? TIA Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message