From owner-cvs-all Mon Apr 1 6: 1:18 2002 Delivered-To: cvs-all@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by hub.freebsd.org (Postfix) with ESMTP id C66CC37B41D; Mon, 1 Apr 2002 06:01:06 -0800 (PST) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.2/8.12.2) with ESMTP id g31E0g4F006020; Mon, 1 Apr 2002 16:00:42 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Dag-Erling Smorgrav Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys kerneldump.h In-Reply-To: Your message of "01 Apr 2002 15:57:21 +0200." Date: Mon, 01 Apr 2002 16:00:42 +0200 Message-ID: <6019.1017669642@critter.freebsd.dk> From: Poul-Henning Kamp 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 In message , Dag-Erling Smorgrav writes: >A binary format makes future extensions more difficult. As it is, >your dump header already needs modification (or extension) to cope >with the sparc64 platform which has discontiguous physical memory, >while my proposed text format already handled that case. My format consists of one platform neutral header of 512 bytes, which among other things tell you what the platform is. It places no restrictions on what the actual dump contains, and consequently if a particular platform needs metadata, it is perfectly possible to add platform specific headers for that purpose. But as I already said in the commit message: I disclaim all maintainer ship in this area, I just passed by because the devicedriver interface needed to be cleaned up. If you have a better idea for an on-disk format: Go for it. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message