debuggers.hg
changeset 4617:4c8e326f875e
bitkeeper revision 1.1327.1.3 (426584a23wQiUIp8f6GBvZpPQBMRhA)
Update documentation to reflect rebasing
Update documentation to reflect rebasing
author | djm@sportsman.spdomain |
---|---|
date | Tue Apr 19 22:22:26 2005 +0000 (2005-04-19) |
parents | 1dd9ce40afca |
children | 5b9e241131fb 628d7ea9f439 |
files | xen/arch/ia64/tools/README.xenia64 |
line diff
1.1 --- a/xen/arch/ia64/tools/README.xenia64 Tue Apr 19 16:54:38 2005 +0000 1.2 +++ b/xen/arch/ia64/tools/README.xenia64 Tue Apr 19 22:22:26 2005 +0000 1.3 @@ -1,19 +1,15 @@ 1.4 # Xen/ia64 heavily leverages/reuses many files from Linux/ia64 1.5 # you need the following files from kernel.org 1.6 -# linux-2.6.7.tar.gz 1.7 -# linux-2.6.7-ia64-040619.diff.gz 1.8 +# linux-2.6.11.tar.gz 1.9 # place these in the parent directory of the xenXXX.bk tree 1.10 -# e.g. xen-unstable.bk should be in the same directory as linux-2.6.7.tar.gz 1.11 +# e.g. xen-unstable.bk should be in the same directory as linux-2.6.11.tar.gz 1.12 1.13 -# unpack linux-2.6.7 in the xenXXX.bk/.. directory and apply the patch 1.14 -gunzip linux-2.6.7-ia64-040619.diff.gz 1.15 -tar xzf linux-2.6.7.tar.gz 1.16 -cd linux-2.6.7 1.17 -# is there a way to gunzip as part of patch? 1.18 -patch -p1 <../../../linux-2.6.7-ia64-040619.diff 1.19 +# unpack linux-2.6.11 in the xenXXX.bk/.. directory 1.20 +tar xzf linux-2.6.11.tar.gz 1.21 +cd linux-2.6.11 1.22 1.23 -# go back to the xen subdirectory of xen*.bk 1.24 -cd xen*.bk/xen 1.25 +# go back to the xen subdirectory of xenXXX.bk 1.26 +cd xenXXX.bk/xen 1.27 1.28 # create and patch the linux/ia64 files 1.29 bash arch/ia64/tools/mkbuildtree