diff options
author | Johann Kois <jkois@FreeBSD.org> | 2010-06-18 17:37:31 +0000 |
---|---|---|
committer | Johann Kois <jkois@FreeBSD.org> | 2010-06-18 17:37:31 +0000 |
commit | 9e99bf4326fac6d6e8c045b0f1d5ef605d71d98c (patch) | |
tree | d7aaff62547182a62d35db40b534b1bd40671d95 | |
parent | 3c5a237884eec45ca545a89927d9597663dd9581 (diff) |
Notes
-rw-r--r-- | en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml b/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml index 64c19419e1..3b3b5669e2 100644 --- a/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml +++ b/en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml @@ -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––––– 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"' > tmp</userinput> -&prompt.root; <userinput>objcopy kernel-current --add-section __xen_guest=tmp</userinput></screen> +&prompt.root; <userinput>objcopy kernel-current ––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> |