Subject: Re: COMPAT_FREEBSD problem
To: None <netbsd-help@netbsd.org>
From: None <collver1@attbi.com>
List: netbsd-help
Date: 11/19/2002 10:54:07
I should add that eh->e_ident[EI_BRAND] == '\0'

Ben

On Tue, Nov 19, 2002 at 10:44:42AM -0800, collver1@attbi.com wrote:
> In ELFNAME2(freebsd,probe) near the top, there is a test:
> 	eh->e_ident[EI_OSABI] != ELFOSABI_FREEBSD
> 
> eh->e_ident[EI_OSABI] == 0, and so it fails this test.
> 
> On Tue, Nov 19, 2002 at 04:40:51PM +0000, Christos Zoulas wrote:
> > Excellent. Now we need to find where the freebsd probe function goes south.
> > Add some more debugging in /usr/src/sys/compat/freebsd/freebsd_exec_elf32.c;
> > something might be wrong with the branding detection is my guess.