From owner-freebsd-hackers Mon Feb 5 06:25:20 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id GAA29035 for hackers-outgoing; Mon, 5 Feb 1996 06:25:20 -0800 (PST) Received: from nixpbe.pdb.sni.de (mail.sni.de [192.109.2.33]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id GAA29029 for ; Mon, 5 Feb 1996 06:25:15 -0800 (PST) Received: (from nerv@localhost) by nixpbe.pdb.sni.de (8.6.12/8.6.12) id PAA00835 for hackers@freebsd.org; Mon, 5 Feb 1996 15:25:04 +0100 Message-Id: <199602051425.PAA00835@nixpbe.pdb.sni.de> Subject: Re: Willows To: gjennejohn@frt.dec.com Date: Mon, 5 Feb 96 15:20:55 MET From: Greg Lehey Cc: hackers@freebsd.org (Hackers; FreeBSD) In-Reply-To: <9602051147.AA25141@cssmuc.frt.dec.com>; from "garyj@frt.dec.com" at Feb 05, 96 12:47 pm X-Mailer: xmail 2.4 (based on ELM 2.2 PL16) Sender: owner-hackers@freebsd.org Precedence: bulk > > I didn't think of looking there. I think that the X server uses LDTs, > and I wanted to look at that, but I don't have the X sources on line. > > If wine does use LDTs then it should be fairly simple to cobble an > ExecFBSD.c together. Wine may not use LDTs, but if you don't set the appropriate option (USER_LDT, from memory) in the kernel config, wine refuses to try to work. Nothing else does, so I suppose it doesn't use user LDTs. Of course, if you *do* set USER_LDT in the kernel config, wine just dies with some other error... or it did last time I tried running it. Greg