Remove/hide the section about "FreeBSD under Xen" as the instructions in there do NOT work anymore:

- FreeBSD 7.0 has reached its EOL a long time ago.
- The needed files from www.fsmware.com are not available anymore (the server
  has been dead for a long time now).  Making it impossible to follow the
  instructions in this section.
This commit is contained in:
Johann Kois 2010-06-18 17:37:31 +00:00
parent 3c5a237884
commit 9e99bf4326
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=35910

View file

@ -273,6 +273,13 @@
</sect3>
</sect2>
<!--
Deactive/hide this section as the instruction in there do NOT work anyore:
- FreeBSD 7.0 has reached its EOL a long time ago.
- The needed files from www.fsmware.com are not available anymore, as the
server is dead. So it is impossible to follow the instructions in here.
jkois@FreeBSD.org, 2010-06-18
<sect2 id="virtualization-guest-xen">
<sect2info>
@ -283,7 +290,7 @@
<contrib>Contributed by </contrib>
</author>
</authorgroup>
<!-- Mar/Apr 2007 -->
</sect2info>
<title>&os; with &xen; on Linux</title>
@ -361,7 +368,7 @@ module /boot/vmlinuz-2.6.16.33-xen0 root=/dev/hda1 ro</programlisting>
<screen>&prompt.root; <userinput>xm list</userinput>
Name ID Mem VCPUs State Time(s)
Domain-0 0 256 1 r----- 54452.9</screen>
Domain-0 0 256 1 r&ndash;&ndash;&ndash;&ndash;&ndash; 54452.9</screen>
</step>
</procedure>
</sect3>
@ -412,7 +419,7 @@ extra += ",vfs.root.mountfrom=ufs:/dev/xbd769a"</programlisting>
<screen>&prompt.root; <userinput>objcopy kernel-current -R __xen_guest</userinput>
&prompt.root; <userinput>perl -e 'print "LOADER=generic,GUEST_OS=freebsd,GUEST_VER=7.0,XEN_VER=xen-3.0,BSD_SYMTAB,VIRT_BASE=0xC0000000\x00"' &gt; tmp</userinput>
&prompt.root; <userinput>objcopy kernel-current --add-section __xen_guest=tmp</userinput></screen>
&prompt.root; <userinput>objcopy kernel-current &ndash;&ndash;add-section __xen_guest=tmp</userinput></screen>
<screen>&prompt.root; <userinput>objdump -j __xen_guest -s kernel-current</userinput>
@ -567,7 +574,7 @@ xenbr1 8000.feffffffffff no vif0.1
</sect3>
</sect2>
-->
<sect2 id="virtualization-guest-virtualpc">
<title>Virtual PC on &windows;</title>