This is the second public release of the Hosted Xen project (HXen).
HXen lets you run the Xen core as a Type-2 VMM, on top of a regular
operating system.  This release supports 32-bit Windows XP, Vista and
Win7 as the host operating system.  This release uses a snapshot of
the Xen coreused in Citrix's XenServer product.  Future releases
will be based on open source xen-3.4 and xen-unstable.  This release
is in the form of a snapshot of the latest working sources
(hxen-preview-091005-src.tar.bz2) and an archive of binaries built
from those sources (hxen-preview-091005-windows.zip).

Significant differences between this and the initial public release include-
o VHD support
o Support for Mac hosts
o Support for 64 bit Windows hosts (but not yet guests).

Binary drops for both Mac and x64 versions will be posted in the near future.

Install/run instructions:
o Download openvpn-2.0.9 from:
  http://openvpn.net/release/openvpn-2.0.9-install.exe
o Install openvpn-2.0.9:
  * Only the "TAP-Win32 Virtual Ethernet Adapter" component is
    required
o Rename the new network interface to "hxen-tap"
o Configure Internet connection sharing or bridging between the
  network and hxen-tap
o Change the disk and iso image locations at the top of the
  startvm.cmd file
o Create an empty disk image:
  * vhd-util.exe create -n testdisk.vhd -S 8192
    (-S specifies size in MB)
o For Vista/Win7 as the host, set ioemu.exe to run as Administrator
  * open ioemu.exe properties
  * on the compatibility tab, select "Run this program as an
    administrator"
o Start the VM by double clicking on the startvm.cmd file!
