From owner-freebsd-emulation@FreeBSD.ORG Sat May 10 20:59:18 2008 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B5D761065671 for ; Sat, 10 May 2008 20:59:18 +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 668E68FC17 for ; Sat, 10 May 2008 20:59:17 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 1AE6B67C28D; Sat, 10 May 2008 22:58:44 +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 qgZhUiPTL7Ch; Sat, 10 May 2008 22:58:33 +0200 (CEST) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 9E13B67C264; Sat, 10 May 2008 22:58:33 +0200 (CEST) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.2/8.14.2/Submit) id m4AKwXTd029848; Sat, 10 May 2008 22:58:33 +0200 (CEST) (envelope-from rdivacky) Date: Sat, 10 May 2008 22:58:33 +0200 From: Roman Divacky To: Chagin Dmitry Message-ID: <20080510205833.GA29591@freebsd.org> References: <20080508170819.GA68720@freebsd.org> <20080508172503.GA69463@freebsd.org> <20080508195310.GA74606@freebsd.org> <20080508210641.GA81647@freebsd.org> <20080510105008.GA71225@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-emulation@freebsd.org Subject: Re: [patch] linux-x86-64 (for comments) 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: Sat, 10 May 2008 20:59:18 -0000 > now /compat/linux/bin/pwd exited without SIGSEGV, but on former can't > load libc I think you have wrong AUX entries... please take a look at netbsd source sys/compat/linux/arch/amd64/linux_exec_machdep.c around line 180... I believe they have it correct. Also, dont define LINUX_CLOCK_PER_SEC to be 100 but use "hz" instead. geeee. I wish you already have the p4 account :)