Subject: Re: Proposal: In-kernel loader + symbol table handler.
To: Anders Magnusson <ragge@ludd.luth.se>
From: Darren Reed <darrenr@reed.wattle.id.au>
List: tech-kern
Date: 10/20/2000 23:52:53
In some email I received from Anders Magnusson, sie wrote:
[...]
> Step one:
> To add a real in-kernel symbol table handler that is useable at for
> example crash dump debugging, inter-module references etc, and to 
> have a real in-kernel linker that runs as its own thread and keeps
> track of module references and related stuff.

YES YES YES YES YES!

I just recently ran across the inter-module reference problem where
B depended on A (was loaded after A) but you could still unload A
and *bang* system go bye-bye.

Progress on this front is wonderful to see!

Cheers,
Darren