Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys/arch
Module Name: syssrc
Committed By: bjh21
Date: Mon Jan 7 21:15:50 UTC 2002
Modified Files:
syssrc/sys/arch/arm/conf: files.arm
syssrc/sys/arch/arm26/conf: Makefile.arm26
Log Message:
On arm26, vectors.S needs to be at the start of the kernel text, so that it's
on a page boundary and can be mapped straight into zero page. This means it
has to be in MD_SFILES on arm26, and not in SFILES.
This probably leaves kernel_text in the wrong place, but it at least leaves the
system bootable.
To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 syssrc/sys/arch/arm/conf/files.arm
cvs rdiff -r1.18 -r1.19 syssrc/sys/arch/arm26/conf/Makefile.arm26
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index