Changes between Version 2 and Version 3 of Servers/virt_machines/kernel


Ignore:
Timestamp:
Feb 17, 2009, 4:15:06 PM (15 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Servers/virt_machines/kernel

    v2 v3  
    77   3. 在使用 Lustre 的 patch
    88== 2.步驟 ==
    9  1. '''''下載 Ubuntu Kenrel,[https://trac.nchc.org.tw/grid/browser/xen/xen_lustre_patch 下載連結]'''''
     9 1. '''''__下載 Ubuntu Kenrel__,[https://trac.nchc.org.tw/grid/browser/xen/xen_lustre_patch 下載連結]'''''
    1010{{{
    1111$ cd /usr/src
    1212$ tar zxvf linux-source-2.6.22_2.6.22.orig.tar.gz
    1313}}}
    14  2. '''''Patch Kernel (使用 ubuntu Xen patch file,可直接從本網頁最下面連結下載)'''''
     14 2. '''''__Patch Kernel__ (使用 ubuntu Xen patch file,可直接從本網頁最下面連結下載)'''''
    1515{{{
    1616$ cd /usr/src/linux-2.6.22
     
    2121$ sudo patch -p1 < debian/binary-custom.d/xen/patchset/004-fix-blkif-maxnrsegs.patch
    2222}}}
    23  3. '''''Config Kernel'''''
     23 3. '''''__Build Xen Image__,[wiki:Xen_Lustre 參考文章]'''''
     24{{{
     25cd /usr/src/xen-3.3.1
     26$ sudo make xen
     27$ sudo make tools
     28$ sudo make install-xen
     29$ sudo make install-tools
     30}}}
    2431
    2532[[BR]]