Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2002 09:28:32 -0800
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        Jake Burkholder <jake@locore.ca>
Cc:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/ia64/ia64 ia64dump.c
Message-ID:  <20020402172832.GA315@dhcp01.pn.xcllnt.net>
In-Reply-To: <20020402105640.P207@locore.ca>
References:  <200204021051.g32ApWJ52283@freefall.freebsd.org> <20020402105640.P207@locore.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 02, 2002 at 10:56:40AM -0500, Jake Burkholder wrote:
> Apparently, On Tue, Apr 02, 2002 at 02:51:32AM -0800,
> 	Marcel Moolenaar said words to the effect of;
> 
> > marcel      2002/04/02 02:51:32 PST
> > 
> >   Added files:
> >     sys/ia64/ia64        ia64dump.c 
> >   Log:
> >   Initial implementation of the ia64 kernel dumper. The dumper
> >   constructs an ELF image, consisting of the ELF header, for
> >   each memory region a program header, followed by the memory
> >   contents for each region. It does blocked I/O for the headers
> >   as they are typically smaller than DEV_BSIZE.
> 
> This looks cool.  Should be easy to use the same format for sparc64 dumps.

There's a lot in there that could be shared across architectures.
The only thing specific to ia64 is the foreach_region function
with its callbacks. Even that could be minimized by MI helper
functions.

I expect the dumper to be way to verbose ATM. It's probably filling
screens of page numbers as it writes. People might get the impression
that it is dumping to screen :-)

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel@xcllnt.net

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020402172832.GA315>