diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2013-12-24 05:17:24 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2013-12-24 05:17:24 +0000 |
commit | 5c0abc1ae6cb448da4c42c15742060bec01b31f8 (patch) | |
tree | 60555ace9ddb10d1fc493016e1a21c61d85de282 /release/doc | |
parent | 30cdcf32e957ff8ba18d29d926fa27668f255ee4 (diff) | |
download | FreeBSD-src-5c0abc1ae6cb448da4c42c15742060bec01b31f8.zip FreeBSD-src-5c0abc1ae6cb448da4c42c15742060bec01b31f8.tar.gz |
MFC r259808
Add pointer to wiki for Hyper-V information.
Wiki content for Hyper-V in FreeBSD 10 was significantly updated by
Abhishek Gupta <abgupta@microsoft.com>.
Diffstat (limited to 'release/doc')
-rw-r--r-- | release/doc/en_US.ISO8859-1/relnotes/article.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release/doc/en_US.ISO8859-1/relnotes/article.xml b/release/doc/en_US.ISO8859-1/relnotes/article.xml index 92d4a6d..1092590 100644 --- a/release/doc/en_US.ISO8859-1/relnotes/article.xml +++ b/release/doc/en_US.ISO8859-1/relnotes/article.xml @@ -207,7 +207,9 @@ hv_netsvc_load="YES" hv_utils_load="YES" hv_vmbus_load="YES"</programlisting> Alternatively, the Hyper-V drivers can be added to the i386 kernel by adding <literal>device hyperv</literal> to the kernel config, and then - recompiling the kernel.</para> + recompiling the kernel. Please refer to: + <link xlink:href="http://wiki.freebsd.org/HyperV">FreeBSD and Microsoft Windows Server Hyper-V support</link> + for full instructions on how to set up Hyper-V support under FreeBSD.</para> <para revision="254738">The &man.vmx.4; driver has been added. &man.vmx.4; is a VMware VMXNET3 ethernet driver ported from |