Subject: Re: savecore_flags="-z"
To: der Mouse <mouse@Rodents.Montreal.QC.CA>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: tech-kern
Date: 12/02/1999 10:17:19
On Thu, 2 Dec 1999 13:03:07 -0500 (EST)
der Mouse <mouse@Rodents.Montreal.QC.CA> wrote:
> The biggest price I see then is libkvm support for a more complex
> kernel coredump format.
There's already some complexity there for non-contig memory, but it's not
*very* complex :-)
I'm not sure how DUh does it... do they write a header on each page in
the dump? Do they write a bitmap at the beginning of the crashdump
indicating which pages are actually in the dump (requiring you to count
up all the blanks to find the page.. ew)?
-- Jason R. Thorpe <thorpej@nas.nasa.gov>