Subject: Re: CVS commit: src/sys/arch/vax/boot/common
To: David Laight <david@l8s.co.uk>
From: None <ragge@ludd.luth.se>
List: source-changes
Date: 10/07/2003 14:47:10
> On Tue, Oct 07, 2003 at 12:01:27PM +0000, Anders Magnusson wrote:
> > 
> > Module Name:	src
> > Committed By:	ragge
> > Date:		Tue Oct  7 12:01:27 UTC 2003
> > 
> > Modified Files:
> > 	src/sys/arch/vax/boot/common: str.S
> > 
> > Log Message:
> > The last commit broke the boot code (memset may be larger than 64k).
> > Johnny Billquist fixed it and bugfixed some routines.
> 
> A couple of minor points (from the person who broke it! [1])
No problem, I have made that mistake myself more than once :-)

> - The ENTRY macro aligns the code on a 64byte (?) boundary, on other
Eh, `no'. _ALIGN_TEXT is set to 4 which should be 4 bytes.

> 
> [1] trying to get the boot code to fit having used memcpy/memset in it.
> 
To fit where? There should be plenty of space in the boot block.

-- Ragge