Fixed incorrect link address in kernel linker script.

This commit is contained in:
Alex Smith 2012-06-16 11:20:05 +01:00
parent 043c61dde5
commit 6296722bc0
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ OUTPUT_ARCH("i386:x86-64")
ENTRY(_start)
SECTIONS
{
. = 0xFFFFFF8000000000 + SIZEOF_HEADERS;
. = 0xFFFFFFFF80000000 + SIZEOF_HEADERS;
.interp : { *(.interp) }
.hash : { *(.hash) }