aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-09-29 14:08:44 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-09-29 14:08:44 +0000
commitea8e786fed3abb7eedb2259842c0e6c670fdea51 (patch)
tree455cfc8282ae138438dd8c4233e969edb9d44319
parent8468f856c18838107ea4f25d9dcef2220cadd780 (diff)
downloadxen-ea8e786fed3abb7eedb2259842c0e6c670fdea51.tar.gz
xen-ea8e786fed3abb7eedb2259842c0e6c670fdea51.tar.bz2
xen-ea8e786fed3abb7eedb2259842c0e6c670fdea51.zip
bitkeeper revision 1.470.1.1 (3f783cec2WipJHPjRa8BMX27L9ph6A)
1.0rc1 -> 1.0
-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)