From owner-freebsd-questions@FreeBSD.ORG Mon Nov 24 13:24:50 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB77016A4CE for ; Mon, 24 Nov 2003 13:24:50 -0800 (PST) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by mx1.FreeBSD.org (Postfix) with SMTP id 7E9A443FEA for ; Mon, 24 Nov 2003 13:24:48 -0800 (PST) (envelope-from ertr1013@student.uu.se) Received: (qmail 58881 invoked by uid 1001); 24 Nov 2003 21:24:46 -0000 Date: Mon, 24 Nov 2003 22:24:46 +0100 From: Erik Trulsson To: DG Message-ID: <20031124212446.GA45401@falcon.midgard.homeip.net> Mail-Followup-To: DG , freebsd-questions@FreeBSD.ORG References: <000c01c3b2cc$6c8f9ed0$0202a8c0@mixufhgfxien6k> <002c01c3b2cf$7f234c60$5401a8c0@borg.fielden.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <002c01c3b2cf$7f234c60$5401a8c0@borg.fielden.com.au> User-Agent: Mutt/1.5.5.1i cc: freebsd-questions@FreeBSD.ORG Subject: Re: strange kernel option USER_LDT suggested in wine doc X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Nov 2003 21:24:50 -0000 On Tue, Nov 25, 2003 at 08:11:14AM +1100, DG wrote: > Greetings, > > I installed the wine port onto FreeBSD 5.1-RELEASE and noted that the doc > suggested the following: > > "To use Wine, your kernel must be rebuilt with the following lines added > to the kernel config file (/sys/i386/conf/): > > options USER_LDT > options SYSVSHM > options SYSVSEM > options SYSVMSG" > > The latter 3 are selected by default in my config file, but when I add the > USER_LDT line and run config, I get the following output: > > ROWDY2: unknown option "USER_LDT" > > Is this option maybe depracated in 5.1? That option is no longer an option in 5.x but is instead always on. For 5.x you shouldn't need to make any changes to your kernel. -- Erik Trulsson ertr1013@student.uu.se