aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-09-28 23:16:36 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-09-28 23:16:36 +0000
commit8d624bc811ff45418f7b7d1c0c2c22820b2591b0 (patch)
treec26476f347ad0b6b301d315fc82c83dfbc8d7c5f /README
parente4e329b0a0fa994d63c5b37aab42871c875f7863 (diff)
downloadxen-8d624bc811ff45418f7b7d1c0c2c22820b2591b0.tar.gz
xen-8d624bc811ff45418f7b7d1c0c2c22820b2591b0.tar.bz2
xen-8d624bc811ff45418f7b7d1c0c2c22820b2591b0.zip
bitkeeper revision 1.468 (3f776bd43_wFRTwYlSu5A4qtJST5zw)
changes to build system, example config scripts added, READMEs improved.
Diffstat (limited to 'README')
-rw-r--r--README30
1 files changed, 22 insertions, 8 deletions
diff --git a/README b/README
index 1a5e4e9233..5185409359 100644
--- a/README
+++ b/README
@@ -98,7 +98,6 @@ We've successfully booted over 128 copies of Linux on the same machine
more normal to use some smaller number, perhaps 10-20.
-
Hardware support
================
@@ -135,14 +134,29 @@ recommended since they require extra packet copies.
Building Xen and XenoLinux
==========================
-Take a look at the tools/misc/xen-clone script in the BK repository,
-which will 'bk clone' the live master tree, and then set about
-building everything. The build procedure for xenolinux is slightly
-complicated as its done by running the 'mkbuildtree' script over
-a pristine Linux tree to turn it into a xenolinux tree by adding the
-'xeno' architecture.
+The public master BK repository lives at: bk://xen.bkbits.net/xeno.bk
+
+To fetch a local copy, install the BitKeeper tools, then run:
+'bk clone bk://xen.bkbits.net/xeno.bk'
+
+To see how to build Xen, Xenolinux, and all the control tools, inspect
+the tools/misc/xen-clone script in the BK repository. This script can
+be used to clone the repostitory and perform a full build.
+
+The build procedure for xenolinux is slightly complicated as its done
+by running the 'mkbuildtree' script over a pristine Linux tree to turn
+it into a xenolinux tree by adding the 'xeno' architecture.
+
+There's also a pre-built source tree on the project downloads page.
+
+
+Using the domain control tools
+==============================
-The public master BK repository lives at: bk://xen.bkbits.net/xeno.bk
+The README.CD file contains some examples of how to use 'xenctl' and
+the other domain control tools. Invoking the tool without any
+arguments prints some usage inforamtion. There's also some
+documentation in the the repository under tools/control/doc