aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-09-29 14:08:54 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-09-29 14:08:54 +0000
commit8f35ff2aa90a0630881de39500babb7afe1dcd5a (patch)
tree32b04d7e503559aa2846e5a373d0398bce854ada
parent91446f87ab78a2908649f66c2506c9ebd85342e6 (diff)
parentea8e786fed3abb7eedb2259842c0e6c670fdea51 (diff)
downloadxen-8f35ff2aa90a0630881de39500babb7afe1dcd5a.tar.gz
xen-8f35ff2aa90a0630881de39500babb7afe1dcd5a.tar.bz2
xen-8f35ff2aa90a0630881de39500babb7afe1dcd5a.zip
bitkeeper revision 1.472 (3f783cf6RVHtcKLBUkk31JouHZl6MQ)
Merge labyrinth.cl.cam.ac.uk:/auto/groups/xeno/BK/xeno.bk into labyrinth.cl.cam.ac.uk:/auto/anfs/scratch/labyrinth/iap10/xeno-clone/xeno.bk
-rw-r--r--README.CD6
-rw-r--r--xen/Makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/README.CD b/README.CD
index d4ff7e2961..4cb68f9675 100644
--- a/README.CD
+++ b/README.CD
@@ -7,9 +7,9 @@
#############################
- XenDemoCD 1.0 rc1
+ XenDemoCD 1.0
University of Cambridge Computer Laboratory
- 18 Sep 2003
+ 29 Sep 2003
http://www.cl.cam.ac.uk/netos/xen
@@ -429,7 +429,7 @@ figuring out what's happened. Debug a XenoLinux image just as you
would any other Linux kernel.
We supply a handy debug terminal program which you can find in
-/usr/local/src/xen-1.0rc1/xeno.bk/tools/misc/miniterm/
+/usr/local/src/xen-1.0/xeno.bk/tools/misc/miniterm/
This should be built and executed on another machine that is connected
via a null modem cable. Documentation is included.
Alternatively, telnet can be used in 'char mode' if the Xen machine is
diff --git a/xen/Makefile b/xen/Makefile
index b24ad89174..bc939340ea 100644
--- a/xen/Makefile
+++ b/xen/Makefile
@@ -3,7 +3,7 @@
# All other places this is stored (eg. compile.h) should be autogenerated.
export XEN_VERSION = 1
export XEN_SUBVERSION = 0
-export XEN_EXTRAVERSION = "-rc1"
+export XEN_EXTRAVERSION = ""
export BASEDIR := $(shell pwd)