aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/ldscript.amd64
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2020-11-25 23:19:01 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2020-11-25 23:19:01 +0000
commitfd2ef8ef5a054d9f26b6b36ea56a5414c7683e39 (patch)
tree5841a3c40ef762c7c24d1f8259bf64abfb3b035b /sys/conf/ldscript.amd64
parentd1e0552937e18bef661fb9ace710bcaa1b5d5a80 (diff)
Notes
Diffstat (limited to 'sys/conf/ldscript.amd64')
-rw-r--r--sys/conf/ldscript.amd642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/ldscript.amd64 b/sys/conf/ldscript.amd64
index d62b531454ec..c11ffb6ea49f 100644
--- a/sys/conf/ldscript.amd64
+++ b/sys/conf/ldscript.amd64
@@ -5,8 +5,8 @@ ENTRY(btext)
SEARCH_DIR("/usr/lib");
SECTIONS
{
+ kernphys = kernload;
/* Read-only sections, merged into text segment: */
- kernphys = 0x200000; /* 2MB superpage size */
. = kernbase + kernphys + SIZEOF_HEADERS;
/*
* Use the AT keyword in order to set the right LMA that contains