]> xenbits.xensource.com Git - xen.git/commit
x86_32: Relocate multiboot modules to below 1GB.
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 23 Mar 2010 07:28:33 +0000 (07:28 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 23 Mar 2010 07:28:33 +0000 (07:28 +0000)
commit61ecce504bab5f0ec96fde06a8554e5cceabb19e
tree7044334de464d96f9f5d7edaeab8cd6e498913d2
parent5bc8ad3bb763c0c0d3f0676e586838a1d478fb51
x86_32: Relocate multiboot modules to below 1GB.

Otherwise Xen cannot access them later during boot. GRUB2 places
modules as high as possible below 4GB, which has been causing boot
failure.

Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
xen/arch/x86/boot/Makefile
xen/arch/x86/boot/build32.mk
xen/arch/x86/boot/reloc.c