Subject: Re: In-kernel symbol table + /dev/ksyms
To: Andrew Brown <atatat@atatdot.net>
From: None <ragge@ludd.luth.se>
List: tech-kern
Date: 04/07/2003 21:33:45
>
> am i to presume from this that /dev/ksyms would properly "export" the
> real symbol table from kernel, and not a simple list of "this symbol
> is wrapped in this macro which makes it get stuffed into the list of
> symbols that /dev/ksyms exports"?
>
Yes, of course it's the "real" symbol table, otherwise it would be
kind of pointless.
> also...will it dynamically add (or delete) symbols from lkms as they
> are loaded (or unloaded)?
>
Yes, it will.
-- Ragge