aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/ldscript.mips.mips64
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2009-08-15 19:43:15 +0000
committerWarner Losh <imp@FreeBSD.org>2009-08-15 19:43:15 +0000
commitb0f42e724af04149c086c257aae080c4200c8068 (patch)
tree584c5400857d86f97850f14c9cbebe0de88abc7c /sys/conf/ldscript.mips.mips64
parent6d53fe9b81d95dc9c4ffc554019cc919517d6e82 (diff)
Pick an arbitrary address to load the kernel at. 1MB seems as good as
any other.
Notes
Notes: svn path=/projects/mips/; revision=196258
Diffstat (limited to 'sys/conf/ldscript.mips.mips64')
-rw-r--r--sys/conf/ldscript.mips.mips642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/ldscript.mips.mips64 b/sys/conf/ldscript.mips.mips64
index 4762abfaf104..83a5066ee7a8 100644
--- a/sys/conf/ldscript.mips.mips64
+++ b/sys/conf/ldscript.mips.mips64
@@ -43,7 +43,7 @@ PROVIDE (_DYNAMIC = 0);
SECTIONS
{
/* Read-only sections, merged into text segment: */
- . = KERNLOADADDR + SIZEOF_HEADERS;
+ . = 0x80100000 + SIZEOF_HEADERS;
.interp : { *(.interp) }
.hash : { *(.hash) }
.dynsym : { *(.dynsym) }