From owner-cvs-all Tue Apr 2 7:56:16 2002 Delivered-To: cvs-all@freebsd.org Received: from k6.locore.ca (k6.locore.ca [198.96.117.170]) by hub.freebsd.org (Postfix) with ESMTP id CF23737B417; Tue, 2 Apr 2002 07:54:53 -0800 (PST) Received: (from jake@localhost) by k6.locore.ca (8.11.6/8.11.6) id g32Fuf811139; Tue, 2 Apr 2002 10:56:41 -0500 (EST) (envelope-from jake) Date: Tue, 2 Apr 2002 10:56:40 -0500 From: Jake Burkholder To: Marcel Moolenaar Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/ia64/ia64 ia64dump.c Message-ID: <20020402105640.P207@locore.ca> References: <200204021051.g32ApWJ52283@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200204021051.g32ApWJ52283@freefall.freebsd.org>; from marcel@FreeBSD.org on Tue, Apr 02, 2002 at 02:51:32AM -0800 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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. Jake To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message