From owner-freebsd-current Mon Dec 30 01:14:39 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id BAA09275 for current-outgoing; Mon, 30 Dec 1996 01:14:39 -0800 (PST) Received: from fgate.flevel.co.uk (root@fgate.flevel.co.uk [194.6.101.2]) by freefall.freebsd.org (8.8.4/8.8.4) with ESMTP id BAA09255; Mon, 30 Dec 1996 01:14:28 -0800 (PST) Received: from localhost (dev@localhost) by fgate.flevel.co.uk (8.7.5/8.6.9) with SMTP id JAA29733; Mon, 30 Dec 1996 09:14:29 GMT Date: Mon, 30 Dec 1996 09:14:28 +0000 (GMT) From: Developer To: Stefan Esser cc: freebsd-current@freebsd.org Subject: Re: Wine on Freebsd Current In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > But USER_LDT is enabled in the kernel, along with linux emulation?? > > You need to put back the following file contents into > /usr/ports/emulators/wine/patches/patch-an: Thanks very much, I'm going to try it right now:) Regards, TRefor S. > ---- 8< cut here ---- 8< cut here ---- 8< cut here ---- 8< cut here ---- > *** memory/selector.c~ Fri Sep 13 18:47:32 1996 > --- memory/selector.c Tue Oct 1 19:51:10 1996 > *************** > *** 14,18 **** > --- 14,22 ---- > > > + #ifdef __FreeBSD__ > + #define FIRST_LDT_ENTRY_TO_ALLOC 17 > + #else > #define FIRST_LDT_ENTRY_TO_ALLOC 6 > + #endif > ---- 8< cut here ---- 8< cut here ---- 8< cut here ---- 8< cut here ---- > > Since this was no longer necessary under -current, but > reduces the number of usable LDT entries, I had removed > it, but had not considered that it is still required for > older FreeBSD kernes. > > Sorry for the inconvenience caused by this! > > I will add this patch back when I commit the upgrade to > Wine-96.12.22 to the ports tree, later this week ... > > Regards, STefan >