




Next I installed Xen following the HowTo from http://gentoo-wiki.com/HOWTO_Xen_and_Gentoo. It works really well! I was able to run windows from with in Gentoo. No problems at all. I could not get internet and audio to work in the windows environment when using Xen, but that is for another day. I used the following configuration file to run win XP as a guest OS.
kernel = "/usr/lib/xen/boot/hvmloader"
builder = 'hvm'
memory = 128
name = "winxp"
sdl = 1
vcpus = 1
vif = [ 'type=ioemu, bridge=xenbr0' ]
disk = [ 'file:/root/winxp.img,ioemu:hda,w' ]
#, 'phy:/dev/sdb,ioemu:hdb,w' ]
device_model = '/usr/lib/xen/bin/qemu-dm'
#cdrom='/dev/sr0'
ne2000=0
boot='c'
audio=1
I was even able to run Xgl in my Domain 0 OS after modifying the Xen kernel sources and applying a patch to NVidia drivers (see http://www.nvnews.net/vbulletin/showthread.php?t=68648).
Anyway I did a quick benchmark on the laptop and the results are very interesting. More to come soon...
0 comments:
Post a Comment