Changes between Version 6 and Version 7 of Xen_Installation/Xen4.x
- Timestamp:
- Aug 30, 2010, 12:07:25 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Xen_Installation/Xen4.x
v6 v7 42 42 } 43 43 }}} 44 == [Step2:編譯與安裝 Xen-4.x Hypersior 最新測試版本] ==44 == [Step2:編譯與安裝 Xen-4.x Hypersior Testing/Stable版本] == 45 45 {{{ 46 ### (1) Testing ### 46 47 $ cd /usr/src 47 48 $ sudo hg clone http://xenbits.xen.org/xen-4.0-testing.hg 48 49 $ 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 ################## 49 55 $ sudo make xen -j 4 50 56 $ sudo make tools -j 4