John Levon wrote: > - they also need a convenient way to automatically adapt to the kernel version > being investigated. The kernel bits of MDB aren't really able to do that > (yet)
This should not be that difficult. Once you have the kernel revision of the dump invoke mdb with -R ... and point it to a proto area for the kernel patch rev or build being investigated which contains the mdb modules. - Eric