Use the address provided in the conf file, instead of hardcode 0xc0000000.

This commit is contained in:
Olivier Houchard 2004-09-23 22:52:55 +00:00
parent c2f29b3e64
commit c60e48e2b6

View File

@ -7,7 +7,7 @@ SEARCH_DIR(/usr/lib);
SECTIONS
{
/* Read-only sections, merged into text segment: */
. = 0xc0000000 + SIZEOF_HEADERS;
. = KERNVIRTADDR + SIZEOF_HEADERS;
.interp : { *(.interp) }
.hash : { *(.hash) }
.dynsym : { *(.dynsym) }