From 984cda6c979f2a40f297c3c648c54e5992019021 Mon Sep 17 00:00:00 2001 From: cognet Date: Thu, 23 Sep 2004 22:52:55 +0000 Subject: Use the address provided in the conf file, instead of hardcode 0xc0000000. --- sys/conf/ldscript.arm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/conf/ldscript.arm') diff --git a/sys/conf/ldscript.arm b/sys/conf/ldscript.arm index 96653f3..d43e730 100644 --- a/sys/conf/ldscript.arm +++ b/sys/conf/ldscript.arm @@ -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) } -- cgit v1.1