close Warning: Can't synchronize with repository "(default)" (Unsupported version control system "svn": /usr/lib/python2.7/dist-packages/libsvn/_delta.so: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.

Changes between Version 1 and Version 2 of adherelinux/KVM/qemu-pxe


Ignore:
Timestamp:
Aug 26, 2011, 1:25:33 PM (13 years ago)
Author:
adherelinux
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • adherelinux/KVM/qemu-pxe

    v1 v2  
    33這邊我們引用Stan http://superstanwu.blog.ithome.com.tw/post/775/76131 [[br]]
    44
     5利用指令檢查cpu是否支援,目前的機器幾乎都有支援
     6{{{
     7 egrep '(vmx|svm)' --color=always /proc/cpuinfo
     8}}}
     9應該要出現vmx字眼
     10
     11安裝qemu,uml-utilities是為了模擬虛擬網路(tun)及虛擬網卡(tap)
     12{{{
     13sudo apt-get install vde2 uml-utilities
     14}}}