Subject: Re: CVS commit: syssrc
To: None <drochner@netbsd.org>
From: Simon Burge <simonb@netbsd.org>
List: port-pmax
Date: 10/30/1999 01:48:09
Matthias Drochner wrote:

> Module Name:	syssrc
> Committed By:	drochner
> Date:		Fri Oct 29 15:21:14 UTC 1999
> 
> Modified Files:
> 
> 	syssrc/sys/arch/pmax/include: dec_boot.h
> 
> Log Message:
> 
> correct last change: mkboot depends on (sizeof(struct boot_block)==512)

Sorry 'bout that.  I had some changes to mkboot that I must have
forgotten to commit that go with this.  The changes are needed for
multi-archictecture bootblocks.

Hmm, thinking about it more, maybe I should leave it so that
sizeof(struct boot_block)==512 so that I/O to the raw device is
always sector-sized...

Simon.