diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2003-10-01 23:46:08 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2003-10-01 23:46:08 +0000 |
| commit | 6ccf265bb057f44135aeee6f322208ecc5ebb7c3 (patch) | |
| tree | 9ca10d85c8583c95f38339ea38e76aae2a4108f5 /sys/conf/ldscript.i386 | |
| parent | 3164565d3982edadc6ba9b9c008231a95064575b (diff) | |
Notes
Diffstat (limited to 'sys/conf/ldscript.i386')
| -rw-r--r-- | sys/conf/ldscript.i386 | 2 |
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) } |
