CVSROOT: /sources/grub
Module name: grub2
Changes by: Robert Millan <robertmh> 08/06/06 16:29:19
Modified files:
. : ChangeLog
include/grub/i386/pc: kernel.h
kern/i386/pc : startup.S
Log message:
2008-06-06 Robert Millan <[EMAIL PROTECTED]>
Ensure GRUB_KERNEL_MACHINE_DATA_END is always consistent with
the
rest of GRUB, and breakage doesn't happen if its value were
modified.
* include/grub/i386/pc/kernel.h (GRUB_KERNEL_MACHINE_RAW_SIZE):
Redefine as an offset from `GRUB_KERNEL_MACHINE_DATA_END'
instead of
a constant (same value).
* kern/i386/pc/startup.S: Replace hardcoded `0x50' with
`GRUB_KERNEL_MACHINE_DATA_END' (same value).
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/grub2/ChangeLog?cvsroot=grub&r1=1.697&r2=1.698
http://cvs.savannah.gnu.org/viewcvs/grub2/include/grub/i386/pc/kernel.h?cvsroot=grub&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/grub2/kern/i386/pc/startup.S?cvsroot=grub&r1=1.38&r2=1.39