Date: Thu, 15 Jun 2006 14:05:53 +0400 From: Yuri Pankov <yuri.pankov@gmail.com> To: Alexander Leidinger <Alexander@Leidinger.net> Cc: freebsd-emulation <freebsd-emulation@freebsd.org> Subject: Re: amd64 module of linuxolator Message-ID: <1150365953.1475.12.camel@klamath.irbis.net.ru> In-Reply-To: <20060615094739.hqtxz7jadcw0cg0o@netchild.homeip.net> References: <1150272035.1475.3.camel@klamath.irbis.net.ru> <20060615094739.hqtxz7jadcw0cg0o@netchild.homeip.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 2006-06-15 at 09:47 +0200, Alexander Leidinger wrote: > Quoting Yuri Pankov <yuri.pankov@gmail.com> (from Wed, 14 Jun 2006 > 12:00:35 +0400): > > > 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 > > This is expected. You need the 32bit compatibility in your kernel, > else it will not work. We need to document this in the man-page when > it hits the tree. > > I assume it not only loads, but also works... > > > COMPAT_43 is commented out in both cases. > > We don't depend on COMPAT_43 anymore. > > \me is adding "remove COMPAT_43 from GENERIC" to his TODO list. > > Bye, > Alexander. > Actually, i wasn't able to test it, cause the only port i use - linux-ePSXe - doesn't run without linprocfs and it's not available as module now. --- Yuri
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1150365953.1475.12.camel>