From owner-freebsd-emulation@FreeBSD.ORG Sat Apr 26 10:49:35 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 49E521065676 for ; Sat, 26 Apr 2008 10:49:35 +0000 (UTC) (envelope-from chagin.dmitry@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id 940618FC0C for ; Sat, 26 Apr 2008 10:49:34 +0000 (UTC) (envelope-from chagin.dmitry@gmail.com) Received: by fg-out-1718.google.com with SMTP id 16so4504330fgg.35 for ; Sat, 26 Apr 2008 03:49:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:to:cc:subject:in-reply-to:message-id:references:user-agent:mime-version:content-type:from; bh=toGLPEgEbAv2pr6s4hXZ9eA4vsUVRyeGtwwfK9/UAL4=; b=WL4L9qXQFIZGwemDLni79whNS1sIrsCsT0XEi9RHcqbua6bqPF1sDWzBCrRPU7iS4JlP02v4N2siySx9/Lf9CA9KbQpVCokQNik0uop245sgJW1b90WEzz451OpJA5QIhB0leVUMdb6/q7Ooy0ZAqsL2Zjr9ocAdxKnUvLzguKA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:to:cc:subject:in-reply-to:message-id:references:user-agent:mime-version:content-type:from; b=hzCpMtXgHEmbNfZiRiKfPmR4QiLj3Dj7jaPfMlq1baThK2JfbODKvz9qbgFTA1bf4P0B4GfaAYBgl9LuUUBBEyppZnScpoJXzxIwAh/CAz3ojPJKB8ZW3NgHUKOUF0mLYvO1qRAWoLerdJrneq/8pzcyEQQE+FLojEGiYVr6bqM= Received: by 10.86.87.5 with SMTP id k5mr3101554fgb.51.1209206973535; Sat, 26 Apr 2008 03:49:33 -0700 (PDT) Received: from ora.chd.net ( [81.200.6.196]) by mx.google.com with ESMTPS id d6sm2738612fga.9.2008.04.26.03.49.31 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 26 Apr 2008 03:49:32 -0700 (PDT) Date: Sat, 26 Apr 2008 14:49:27 +0400 (MSD) To: Roman Divacky In-Reply-To: <20080426082654.GA10109@freebsd.org> Message-ID: References: <48123CCA.1020806@comcast.net> <200804252336.40894.tijl@ulyssis.org> <20080426082654.GA10109@freebsd.org> User-Agent: Alpine 1.10 (BSF 962 2008-03-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed From: Chagin Dmitry Cc: freebsd-emulation@freebsd.org, activesitedynamics@comcast.net Subject: Re: ELF binary type "3" not known 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, 26 Apr 2008 10:49:35 -0000 On Sat, 26 Apr 2008, Roman Divacky wrote: > On Fri, Apr 25, 2008 at 11:36:39PM +0200, Tijl Coosemans wrote: >> On Friday 25 April 2008 22:19:22 M. L. Dodson wrote: >> > Archive search indicates that above error message means no linux >> > kernel module loaded, however: >> > >> > [root@leucine:23] % cat /boot/loader.conf >> > linux_load="YES" # Linux emulation >> > [root@leucine:24] % kldstat >> > Id Refs Address Size Name >> > 1 7 0xffffffff80100000 ad1818 kernel >> > 2 1 0xffffffff80bd2000 390e0 linux.ko >> > 3 1 0xffffffffad81c000 1ce blank_saver.ko >> > [root@leucine:25] % file ./sander >> > ./sander: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), for >> > GNU/Linux 2.4.0, statically linked, not stripped >> >> AFAIK only 32 bit executables are supported. > > yes.... only 32bit binaries are supported now. I started some work on amd64 > linuxulator but the work has stalled (I dont have any hw, nor much knowledge) > > can someone join me? halo Roman. i'm very interested on it. -- Have fun! chd