ia64/xen-unstable
changeset 776:2025cb2d599a
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
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
author | iap10@labyrinth.cl.cam.ac.uk |
---|---|
date | Mon Sep 29 14:08:54 2003 +0000 (2003-09-29) |
parents | 907e5f55782d 9cdb7ea6e922 |
children | 674fa1190ac3 |
files | README.CD xen/Makefile |
line diff
1.1 --- a/README.CD Mon Sep 29 14:01:52 2003 +0000 1.2 +++ b/README.CD Mon Sep 29 14:08:54 2003 +0000 1.3 @@ -7,9 +7,9 @@ 1.4 1.5 ############################# 1.6 1.7 - XenDemoCD 1.0 rc1 1.8 + XenDemoCD 1.0 1.9 University of Cambridge Computer Laboratory 1.10 - 18 Sep 2003 1.11 + 29 Sep 2003 1.12 1.13 http://www.cl.cam.ac.uk/netos/xen 1.14 1.15 @@ -429,7 +429,7 @@ figuring out what's happened. Debug a X 1.16 would any other Linux kernel. 1.17 1.18 We supply a handy debug terminal program which you can find in 1.19 -/usr/local/src/xen-1.0rc1/xeno.bk/tools/misc/miniterm/ 1.20 +/usr/local/src/xen-1.0/xeno.bk/tools/misc/miniterm/ 1.21 This should be built and executed on another machine that is connected 1.22 via a null modem cable. Documentation is included. 1.23 Alternatively, telnet can be used in 'char mode' if the Xen machine is
2.1 --- a/xen/Makefile Mon Sep 29 14:01:52 2003 +0000 2.2 +++ b/xen/Makefile Mon Sep 29 14:08:54 2003 +0000 2.3 @@ -3,7 +3,7 @@ 2.4 # All other places this is stored (eg. compile.h) should be autogenerated. 2.5 export XEN_VERSION = 1 2.6 export XEN_SUBVERSION = 0 2.7 -export XEN_EXTRAVERSION = "-rc1" 2.8 +export XEN_EXTRAVERSION = "" 2.9 2.10 export BASEDIR := $(shell pwd) 2.11