From owner-freebsd-current@FreeBSD.ORG Sat Sep 11 17:05:47 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBFFB16A4CE; Sat, 11 Sep 2004 17:05:47 +0000 (GMT) Received: from vexpert.dbai.tuwien.ac.at (vexpert.dbai.tuwien.ac.at [128.131.111.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7C07343D45; Sat, 11 Sep 2004 17:05:47 +0000 (GMT) (envelope-from gerald@pfeifer.com) Received: from [128.131.111.60] (acrux [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 50DC6137D0; Sat, 11 Sep 2004 19:05:44 +0200 (CEST) Date: Sat, 11 Sep 2004 19:05:48 +0200 (CEST) From: Gerald Pfeifer To: Anish Mistry In-Reply-To: <200409060149.35764.mistry.7@osu.edu> Message-ID: References: <47158390.20040827112834@ulstu.ru> <200409060149.35764.mistry.7@osu.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Mailman-Approved-At: Sun, 12 Sep 2004 14:21:58 +0000 cc: Alan Cox cc: anvir@ulstu.ru cc: freebsd-current@freebsd.org Subject: Re: Wine and mmap X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Sep 2004 17:05:48 -0000 On Mon, 6 Sep 2004, Anish Mistry wrote: > Well I guess this is my lucky day. Apply the attached patch for vm_mmap to > your kernel and patch the August wine sources with the wine-mmap.patch and > compile and install wine (be sure to use gmake). This is working on my dev > system with 6-CURRENT as of Saturday night. I currently do not have a 6-CURRENT (or recent 5-STABLE) machine available, and we probably can't require users of our wine port to patch their kernel, so we'd really need to see that in a stock kernel. Is there any chance someone could review/apply that patch= > The wine mmap patch just doesn't reserve the DOS area so DOS programs may not > work. This seems to just work around a side effect of the kernel mmap patch. This i can get into Wine quite easily. > I still think that the kernel mmap patch has issues so I'm hoping Alan > can give us some feedback. Alan? > Anyway this worked for me, YMMV. Thanks a lot! Gerald