DilOS PV

Create zfs dataset for disk:
zfs create -V 10G rpool/xen/dilos01

INFO:

For installation we need 1GB RAM or more. After installation we can use less if needed.

Installation command:
virt-install -p \
--name=dilos01 \
--ram=1024 \
--network bridge \
--disk path=/dev/zvol/dsk/rpool/xen/dilos01,driver=phy \
--vcpu=2 \
--location /xen/dilos-1.3.5-i386.iso --nographics