Building Xen and XenoLinux
==========================
-The public master BK repository lives at: bk://xen.bkbits.net/xeno.bk
+The public master BK repository for the 1.0 release lives at:
+bk://xen.bkbits.net/xeno-1.0.bk
To fetch a local copy, install the BitKeeper tools, then run:
-'bk clone bk://xen.bkbits.net/xeno.bk'
+'bk clone bk://xen.bkbits.net/xeno-1.0.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
would any other Linux kernel.
We supply a handy debug terminal program which you can find in
-/usr/local/src/xen-1.0/xeno.bk/tools/misc/miniterm/
+/usr/local/src/xen-1.0/xeno-1.0.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
examples: FORCE
mkdir -p ../../../install/etc
+ chmod +w ../../../install/etc/*
cp examples/xen* examples/*example ../../../install/etc/
cmdline: FORCE
LINUX_DIR=${3:-/usr/groups/xeno/archive/}
;;
*)
- BK_REP=${1:-bk://xen.bkbits.net/xeno.bk}
- # BK_REP=${1:-ssh://xen@xen.bkbits.net/xeno.bk}
+ BK_REP=${1:-bk://xen.bkbits.net/xeno-1.0.bk}
+ # BK_REP=${1:-ssh://xen@xen.bkbits.net/xeno-1.0.bk}
LINUX_DIR=${3:-..}
;;
esac