diff options
author | gjb <gjb@FreeBSD.org> | 2015-02-20 17:46:02 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2015-02-20 17:46:02 +0000 |
commit | 1af0c37f678af2585d06b1cd13d6c9376dce9cf6 (patch) | |
tree | 71085b1a675055dfd10de1bb054d9d9d8dc83fa3 /release | |
parent | a0e81a4f8b0d28f276bb28b567a1f1281186c73f (diff) | |
download | FreeBSD-src-1af0c37f678af2585d06b1cd13d6c9376dce9cf6.zip FreeBSD-src-1af0c37f678af2585d06b1cd13d6c9376dce9cf6.tar.gz |
Document r277990, powerpc64 kernel now built as
a position-independent executable
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 297d69c..4ef3d0f 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -524,6 +524,18 @@ updated to allow using a non-standard <filename class="directory">src/</filename> tree, specified as an argument to the <literal>-s</literal> flag.</para> + + <para revision="277990" arch="powerpc64">The + &os;/&arch.powerpc64; kernel now builds as + a position-independent executable, allowing the kernel to be + loaded into and run from any physical or virtual + address.</para> + + <important> + <para>This change requires an update to &man.loader.8;. + The userland and kernel must be updated before rebooting the + system.</para> + </important> </sect2> <sect2 xml:id="kernel-sysctl"> |