I'll patch this in, but I need to make sure that I add some
of the fields into a new kernel struct -- dumpdata_t. There's
the intention to now develop LKCD so that the kernel portion
is minimal, but we build a kernel namelist object that has
everything we need in it, so we can dynamically walk through
structures.
This will get us back to a more reasonable (and desirable)
state of not having to re-compile 'lcrash' every time there's
a new kernel build.
--Matt
Sushil wrote:
> Hi Matt,
>
> I added a small code to the kl_mem.c which converts a virtual address
> to physical address through the page tables. The patch is appended below.
|