Installation for Xeno-Unstable (2.0 in making)

Following instructions are based on my experience in installing xen on Redhat 9 system, though it should work for any latest linux distribution.

Pre Requisites

Building and Installation

title Xen VM
   root (hd0,x)
   kernel /boot/xen.gz dom0_mem=131072 watchdog com1=115200,8n1 noht
module /boot/vmlinuz-2.4.26-xen0 root=/dev/hdax ro console=tty0

Make sure to replace x with appropriate number for your root partition. Users having separate boot partition will require to change appropriately.

Device Drivers / Modules

Xen can support all device drivers supported in source by linux. It may support binary-only driver in some cases, but not always.