From owner-freebsd-emulation@FreeBSD.ORG Thu Jun 15 07:48:50 2006 Return-Path: X-Original-To: freebsd-emulation@freebsd.org Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A866716A47B for ; Thu, 15 Jun 2006 07:48:50 +0000 (UTC) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (eva.fit.vutbr.cz [147.229.10.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B20743D48 for ; Thu, 15 Jun 2006 07:48:49 +0000 (GMT) (envelope-from xdivac02@stud.fit.vutbr.cz) Received: from eva.fit.vutbr.cz (localhost [127.0.0.1]) by eva.fit.vutbr.cz (envelope-from xdivac02@eva.fit.vutbr.cz) (8.13.7/8.13.7) with ESMTP id k5F7mh4U032914 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Thu, 15 Jun 2006 09:48:43 +0200 (CEST) Received: (from xdivac02@localhost) by eva.fit.vutbr.cz (8.13.7/8.13.3/Submit) id k5F7mh2O032913; Thu, 15 Jun 2006 09:48:43 +0200 (CEST) Date: Thu, 15 Jun 2006 09:48:43 +0200 From: Divacky Roman To: Yuri Pankov Message-ID: <20060615074843.GA32878@stud.fit.vutbr.cz> References: <1150272035.1475.3.camel@klamath.irbis.net.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1150272035.1475.3.camel@klamath.irbis.net.ru> User-Agent: Mutt/1.4.2i X-Scanned-By: MIMEDefang 2.54 on 147.229.10.14 Cc: freebsd-emulation Subject: Re: amd64 module of linuxolator 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, 15 Jun 2006 07:48:50 -0000 On Wed, Jun 14, 2006 at 12:00:35PM +0400, Yuri Pankov wrote: > Tested on today's -CURRENT. > > Without 'options COMPAT_IA32' it errors with: > kldload: Unsupported file type > link_elf_obj: symbol elf32_insert_brand_entry undefined > > When COMPAT_IA32 is added back to kernel config, module loads without > problems: > Id Refs Address Size Name > 1 5 0xffffffff80100000 5c2600 kernel > 2 1 0xffffffffae045000 135f8 linux.ko yes.. this is expected behaviour.... you cannot use linuxolator (which emulates 32bit linux) without COMPAT_IA32 thnx for testing roman