Please confirm if I am right :
#!/bin/shso in my case , I have compiled Linux kernel containing pvops ; Now , I also need Xen VMM ?? right ??
cat << EOF
menuentry "Xen 3.5 / Ubuntu, 2.6.31.6-xen1" {
insmod ext2
set root=(hd0,1)
multiboot /boot/xen-3.5.gz <- This is the Xen VMM proper ???
module /boot/vmlinuz-2.6.31.6-xen1 dummy=dummy dom0_mem=1024M root=/dev/sda1 ro <- This is linux kernel with pvops right ???
module /boot/initrd.img-2.6.31.6-xen1
}
EOF
On Tue, Mar 30, 2010 at 11:16:04PM +0530, Onkar Mahajan wrote:You need to build the hypervisor as well. Look at:
> I have followed the instructions in
> http://wiki.xensource.com/xenwiki/XenParavirtOps /
> Using Xen/paravirt_ops
http://virtually-a-machine.blogspot.com/2009/12/experimental-xen-and-ubuntu-part-2.html