Subject: Re: COMPAT_FREEBSD problem
To: Christos Zoulas <christos@zoulas.com>
From: None <collver1@attbi.com>
List: netbsd-help
Date: 11/19/2002 10:44:42
Christos,

Thank you so much for your help.

I put debugging printfs in freebsd_exec_elf32.c

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.

Ben

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.