Date: Fri, 9 Nov 2018 20:33:38 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r340301 - head/sys/conf Message-ID: <201811092033.wA9KXcha099063@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Fri Nov 9 20:33:38 2018 New Revision: 340301 URL: https://svnweb.freebsd.org/changeset/base/340301 Log: Add comment to explain kernel ldscript 0x200000 constant Reported by: linimon Modified: head/sys/conf/ldscript.amd64 Modified: head/sys/conf/ldscript.amd64 ============================================================================== --- head/sys/conf/ldscript.amd64 Fri Nov 9 19:51:26 2018 (r340300) +++ head/sys/conf/ldscript.amd64 Fri Nov 9 20:33:38 2018 (r340301) @@ -6,7 +6,7 @@ SEARCH_DIR("/usr/lib"); SECTIONS { /* Read-only sections, merged into text segment: */ - kernphys = 0x200000; + kernphys = 0x200000; /* 2MB superpage size */ . = kernbase + kernphys + SIZEOF_HEADERS; /* * Use the AT keyword in order to set the right LMA that contains
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811092033.wA9KXcha099063>