Subject: Re: libsa/loadfile.c
To: None <nigel@ind.tansu.com.au>
From: Jason R Thorpe <thorpej@zembu.com>
List: tech-kern
Date: 07/16/2001 17:34:49
On Tue, Jul 17, 2001 at 10:03:24AM +1000, nigel@ind.tansu.com.au wrote:

 > 	Hmmm. Hadn't thought about this. DDB compatibility matters.
 > 
 > 1) Does DDB _require_ the Elf header to be loaded in the kernel?

Yes.  That's how the DDB symbol stuff I pointed out to you previously
works.

 > 2) Does DDB _require_ the exec header from an a.out kernel?

No.  DDB for a.out symbols works completely differently (I wish it
would have required the header, but the code for a.out was written
eons ago).

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>