aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-11 21:34:26 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-07-11 21:34:26 +0000
commit676742cfdf99d1c27760f87098a0dd45be5a952b (patch)
tree215ceeb3bccdfa5b19d66c3cf052d6e818ee47e2 /README
parent72098d9304663ce192959bd634fb91136186a940 (diff)
downloadxen-676742cfdf99d1c27760f87098a0dd45be5a952b.tar.gz
xen-676742cfdf99d1c27760f87098a0dd45be5a952b.tar.bz2
xen-676742cfdf99d1c27760f87098a0dd45be5a952b.zip
Fix README.
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 6 insertions, 6 deletions
diff --git a/README b/README
index 695dc2926f..65b4267e0f 100644
--- a/README
+++ b/README
@@ -108,12 +108,12 @@ On Linux:
# make world
# make install
- This will create the directories linux-2.6.11-dom0/ and
- linux-2.6.11-domU/ after first cleaning everything. It will
+ This will create the directories linux-2.6-xen0/ and
+ linux-2.6-xenU/ after first cleaning everything. It will
create and install into the dist/ directory which is the
default install location. It will build the xen binary
- (xen.gz), the boot images for dom0 and an unpriviledged
- guest kernel (vmlinuz-2.6.11-xen0 and vmlinuz-2.6.11-xenU
+ (xen.gz), the boot images for dom0 and an unprivileged
+ guest kernel (vmlinuz-2.6.x-xen0 and vmlinuz-2.6.x-xenU
respectively), the tools and the documentation.
4. To rebuild an existing tree without modifying the config:
@@ -124,13 +124,13 @@ On Linux:
5. To rebuild a kernel with a modified config:
- # cd linux-2.6.11-xen0 # or linux-2.6.11-xenU
+ # cd linux-2.6-xen0 # or linux-2.6-xenU
# make ARCH=xen menuconfig # or xconfig
# cd ..
# make dist
# make install
- You can copy your own config into linux-2.6.11-xen0 first.
+ You can copy your own config into linux-2.6-xen0 first.
Alternatively, you can also copy your config file to
dist/install/boot/config-$version-xen0/U. This is picked up
when a make dist is done. Include the ARCH=xen directive for