Subject: Re: panic: ptdi %x
To: Ken Hornstein <kenh@cmf.nrl.navy.mil>
From: Perry E. Metzger <perry@piermont.com>
List: current-users
Date: 03/20/1996 18:52:54
Ken Hornstein writes:
> Perhaps the real solution is to make the kernel symbol table available in
> kernel memory somehow, since that's what you're really interested in.  If
> you did that, then you could make it so LKM's could add their symbols to
> the table as well, so you could debug them with DDB.  But that also has it's
> drawbacks.

I was just looking at the boot code for port-i386. It appears to
always load the kernel symbol table into memory. I'm not sure if I've
misinterpreted something, though.

Perry