diff options
author | Xin LI <delphij@FreeBSD.org> | 2010-06-20 04:57:49 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2010-06-20 04:57:49 +0000 |
commit | f257fab70a3da724ef3b8b4b34ed4ebbe4c3a7da (patch) | |
tree | deeb54e804dd599b932668c20eb21c18a31fa628 /zh_CN.GB2312/books/handbook/virtualization | |
parent | ec2a572f5c4e74185f7b6b5ec20ed460e230209a (diff) |
Notes
Diffstat (limited to 'zh_CN.GB2312/books/handbook/virtualization')
-rw-r--r-- | zh_CN.GB2312/books/handbook/virtualization/chapter.sgml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/zh_CN.GB2312/books/handbook/virtualization/chapter.sgml b/zh_CN.GB2312/books/handbook/virtualization/chapter.sgml index f2bfc680ce..df441808e3 100644 --- a/zh_CN.GB2312/books/handbook/virtualization/chapter.sgml +++ b/zh_CN.GB2312/books/handbook/virtualization/chapter.sgml @@ -2,7 +2,7 @@ The FreeBSD Documentation Project The FreeBSD Simplified Chinese Project - Original Revision: 1.23 + Original Revision: 1.24 $FreeBSD$ --> @@ -248,6 +248,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> @@ -258,7 +265,7 @@ <contrib>原作 </contrib> </author> </authorgroup> - <!-- Mar/Apr 2007 --> + </sect2info> <title>在 Linux 上通过 &xen; 运行 &os;</title> @@ -333,7 +340,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> @@ -381,7 +388,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> @@ -536,7 +543,7 @@ xenbr1 8000.feffffffffff no vif0.1 </sect3> </sect2> - +--> <sect2 id="virtualization-guest-virtualpc"> <title>&windows; 上的 Virtual PC</title> |