Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: src/sys/arch/vax/boot/common
> 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
Home |
Main Index |
Thread Index |
Old Index