Changes between Version 6 and Version 7 of Xen_Installation/Xen4.x


Ignore:
Timestamp:
Aug 30, 2010, 12:07:25 PM (14 years ago)
Author:
rider
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Xen_Installation/Xen4.x

    v6 v7  
    4242}
    4343}}}
    44 == [Step2:編譯與安裝 Xen-4.x Hypersior 最新測試版本] ==
     44== [Step2:編譯與安裝 Xen-4.x Hypersior Testing/Stable版本] ==
    4545{{{
     46### (1) Testing ###
    4647$ cd /usr/src
    4748$ sudo hg clone http://xenbits.xen.org/xen-4.0-testing.hg
    4849$ cd ./xen-4.0-testing.hg
     50### (2) Stable ###
     51$ wget http://bits.xensource.com/oss-xen/release/4.0.1/xen-4.0.1.tar.gz
     52$ sudo tar zxvf xen-4.0.1.tar.gz -C /usr/src/
     53$ cd /usr/src/xen-4.0.1
     54##################
    4955$ sudo make xen -j 4
    5056$ sudo make tools -j 4