Use the address provided in the conf file, instead of hardcode 0xc0000000.
This commit is contained in:
parent
c2f29b3e64
commit
c60e48e2b6
@ -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) }
|
||||
|
Loading…
x
Reference in New Issue
Block a user