aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/ldscript.i386
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2003-10-01 23:46:08 +0000
committerPeter Wemm <peter@FreeBSD.org>2003-10-01 23:46:08 +0000
commit6ccf265bb057f44135aeee6f322208ecc5ebb7c3 (patch)
tree9ca10d85c8583c95f38339ea38e76aae2a4108f5 /sys/conf/ldscript.i386
parent3164565d3982edadc6ba9b9c008231a95064575b (diff)
Notes
Diffstat (limited to 'sys/conf/ldscript.i386')
-rw-r--r--sys/conf/ldscript.i3862
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/ldscript.i386 b/sys/conf/ldscript.i386
index 181e36665f29..b8f7575d1201 100644
--- a/sys/conf/ldscript.i386
+++ b/sys/conf/ldscript.i386
@@ -6,7 +6,7 @@ SEARCH_DIR(/usr/lib);
SECTIONS
{
/* Read-only sections, merged into text segment: */
- . = kernbase + 0x00100000 + SIZEOF_HEADERS;
+ . = kernbase + kernload + SIZEOF_HEADERS;
.interp : { *(.interp) }
.hash : { *(.hash) }
.dynsym : { *(.dynsym) }