[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Xen-users] poor IDE buffered disk reads on dom0


  • To: Chris Fanning <christopher.fanning@xxxxxxxxx>
  • From: Anand <xen.mails@xxxxxxxxx>
  • Date: Wed, 25 Jan 2006 20:53:10 +0530
  • Cc: xen-users@xxxxxxxxxxxxxxxxxxx
  • Delivery-date: Wed, 25 Jan 2006 15:32:10 +0000
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:references; b=GOwa20WtfvjXEoSO063wN0j1WR99L916SaOVmvxFGg+yaIXImZlhD+bLAqyNEH957dCLGW/djpyJRKEH7LN3VxG6mR6vDwvPhQm45R5GL4pq+EO2oJyKnuoqv2RBf7JaMw2LM5OyAwhuAGD9MVoGA/3hUDiQKrNlsrxYm3coiuI=
  • List-id: Xen user discussion <xen-users.lists.xensource.com>

On 1/25/06, Chris Fanning <christopher.fanning@xxxxxxxxx> wrote:
Can you point me to a link on that?

my install procedure simply:

wget ..../downloads/xen-3.0.0-src.tgz
tar -xvzf xen-3.0.0-src.tgz
cd xen-unstable
make world
make install
sh ./install.sh

/boot/grub/menu.lst
title   Xen 3.0.0 / XenLinux 2.6.12.6-xen0
root    (hd0,0)
kernel  /xen.gz dom0_mem=128M
module  /vmlinuz-2.6.12.6-xen0 root=/dev/hda6 ro console=tty0

In between your steps

cd xen-unstable
make world

Just before the make world, do this

vi Makefile

Change

KERNELS ?= linux-2.6-xen0 linux-2.6-xenU

to

KERNELS ?= linux-2.6-xen

This will help compile the linux-2.6-xen kernel. The same kernel can be used for dom0 as well as domU.

Alternatively you can follow the README file in the xen distribution

make KERNELS=linux-2.6-xen world
make install

As for more documentation, just search this list for xen kernel and posts by Ian, you should see a lot of posts by him on this matter. There is an entry in wiki also on this, however i can't seem to find it right now. However the above works for me for compiling the xen kernel.

Don't forget to create a initrd (read the README file)

--

regards,

Anand
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.