From owner-freebsd-emulation@FreeBSD.ORG Thu Aug 23 21:43:50 2007 Return-Path: Delivered-To: emulation@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB51116A419; Thu, 23 Aug 2007 21:43:50 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (vlk.vlakno.cz [62.168.28.247]) by mx1.freebsd.org (Postfix) with ESMTP id A0D5713C46A; Thu, 23 Aug 2007 21:43:50 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 9FF748C17B1; Thu, 23 Aug 2007 23:43:48 +0200 (CEST) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (vlk.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2f1JncqX4TYe; Thu, 23 Aug 2007 23:43:47 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 8FCBC8C17A7; Thu, 23 Aug 2007 23:43:47 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.13.8/8.13.8/Submit) id l7NLhlZ1013136; Thu, 23 Aug 2007 23:43:47 +0200 (CEST) (envelope-from rdivacky) Date: Thu, 23 Aug 2007 23:43:47 +0200 From: Roman Divacky To: Michal Varga Message-ID: <20070823214347.GA13061@freebsd.org> References: <786602c60708222346s9d45d45o6ff7b362d67fe938@mail.gmail.com> <20070823145000.tr2wulubs484ck0w@webmail.leidinger.net> <20070823190157.GA9896@freebsd.org> <1187898075.1341.11.camel@xenon.stonehenge.sk> <1187904861.1747.7.camel@xenon.stonehenge.sk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1187904861.1747.7.camel@xenon.stonehenge.sk> User-Agent: Mutt/1.4.2.3i Cc: emulation@FreeBSD.org, "Sean C. Farley" Subject: Re: Moving to a more recent linux base, when? X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Aug 2007 21:43:51 -0000 On Thu, Aug 23, 2007 at 11:34:21PM +0200, Michal Varga wrote: > On Thu, 2007-08-23 at 15:16 -0500, Sean C. Farley wrote: > > > Out of curiosity, would setting LD_ASSUME_KERNEL=2.4.2 allow Enemy > > Territory to work on -CURRENT? > > > > Sean > > Ok, and there is one more thing I just noticed: > > PID THR PRI NICE SIZE RES STATE TIME WCPU COMMAND > 1529 1 0 0 131M 32076K linuxf 0:00 0.00% doom.x86 > > This little guy is left in the memory after the game quits, though the > game itself works perfectly (last time I played for hours, no crashes or > any other problems). > > As I wrote in my previous mail, if someone is interested in debugging > and needs any info I can provide, just drop me a line. well.. debuging "big complicated binary only sh*t" is hard. I tried to get flash9 working and its just not easy... and thats why I want to turn 2.6 on default in 8-current after 7.0R is released. to be able to find some simple bug cases and fix the complicated things... btw... there's a TLS problem on i386 which does not affect amd64. if someone can confirm the programs mentioned by Michal works on amd64 we have on problem less... roman