WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-users] Re: [Xen-devel] Compilation question xen-4.0.0

To: Pasi Kärkkäinen <pasik@xxxxxx>
Subject: [Xen-users] Re: [Xen-devel] Compilation question xen-4.0.0
From: Onkar Mahajan <kern.devel@xxxxxxxxx>
Date: Sat, 10 Apr 2010 16:43:42 +0530
Cc: xen-devel@xxxxxxxxxxxxxxxxxxx, xen-users@xxxxxxxxxxxxxxxxxxx
Delivery-date: Sat, 10 Apr 2010 04:15:19 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=1TPjkw4RoYPdTr2X4mD4mFFrvDZb78LVOxGZ74auAxI=; b=Y2AeSsjEhqcmGUrFDku4zfY2YZrUAtdb9iAvZgIW3ZAX/11nPAiwmJXcd1VBnzr1FL 4ryaZgQrfCP/k5Hh8djK5luhPREyPiRk5CJIzdHOJmaWKoqUM/wqQfNO+BtjE8pgvjyU gob6RGyh89fG9gearr4bikEQs9eB0gjiGz784=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=HfnKO3+2m/Fvpi0CKLqrIl5OokuHOLf8i/dOu64jksc8M4e6gUy3oHhoEGl/cLN+Ts lR1ulFRAsU9pGd51ARuiSPDHkVTcqz+PnaazyLkCkLe7D4TSn89hcxDj96yfXGTdIjLp bwBaG+kVKuN0ZXFlHE8FdA9lJ3wow6Jj8iwk4=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <20100410104320.GB1878@xxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <u2y686a81951004082100t5797ec45z700eba4cea2cf107@xxxxxxxxxxxxxx> <20100409083434.GB1878@xxxxxxxxxxx> <k2p686a81951004090351w8aae083cvb0d00f682534a457@xxxxxxxxxxxxxx> <4BBF69F9.5070704@xxxxxxxx> <i2t686a81951004092225rf33c6006vb8662fe877365672@xxxxxxxxxxxxxx> <20100410104320.GB1878@xxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Thanks Pasi , for your reply,

On Sat, Apr 10, 2010 at 4:13 PM, Pasi Kärkkäinen <pasik@xxxxxx> wrote:
> On Sat, Apr 10, 2010 at 10:55:51AM +0530, Onkar Mahajan wrote:
>> Given the following in the dist directory :
>>
>> [onkar@localhost install]$ pwd
>> /home/onkar/kern/XEN/xen-4.0.0/dist/install
>> [onkar@localhost install]$ ls boot/
>> config-2.6.18.8-xen0  System.map-2.6.18.8-xen0  vmlinuz-2.6.18.8-xen0
>> xen-4.0.0-rc9.gz  xen-4.gz  xen-syms-4.0.0-rc9
>> config-2.6.18.8-xenU  System.map-2.6.18.8-xenU  vmlinuz-2.6.18.8-xenU
>> xen-4.0.gz        xen.gz
>>
>> also,
>>
>> [onkar@localhost xen-4.0.0]$ pwd
>> /home/onkar/kern/XEN/xen-4.0.0
>> [onkar@localhost xen-4.0.0]$ ls
>> buildconfigs                    build-linux-2.6-pvops_x86_32
>> Config.mk.orig  docs        linux-2.6.18-xen.hg  README
>> unmodified_drivers
>> build-linux-2.6.18-xen0_x86_32  config                        COPYING
>>        extras      linux-2.6-pvops.git  stubdom  xen
>> build-linux-2.6.18-xenU_x86_32  Config.mk                     dist
>>        install.sh  Makefile             tools
>>
>>
>> How should my entry in the /boot/grub/menu.lst look like
>>
>> I am really struggling to get it right this time. For a month or so i am
>> not able to boot xen perfectly. So moving on cautiously this time.
>>
>
> Do you specifically want to use linux-2.6.18-xen as a dom0 kernel?
No ,  nothing like specific dom0 kernel. Anything that works and
fairly latest is
good enough.
> Some reason you didn't build (the default) pvops dom0 kernel?
Pasi , followed following steps :
# wget -c http://bits.xensource.com/oss-xen/release/4.0.0/xen-4.0.0.tar.gz
# tar -xzvf xen-4.0.0.tar.gz
# cd xen-4.0.0
# cd ..
# hg clone http://xenbits.xensource.com/linux-2.6.18-xen.hg
# make -j2 world KERNELS="linux-2.6-xen0 linux-2.6-xenU"
# make install <------------ this step downloaded jeremy's pvops
kernel and build it.

can you give me some advise on this ...

Regards,
Onkar
>
> See here for an grub.conf example:
> http://wiki.xensource.com/xenwiki/Xen4.0
>
> -- Pasi
>
>> Regards,
>> Onkar
>>
>> On Fri, Apr 9, 2010 at 11:25 PM, Jeremy Fitzhardinge <jeremy@xxxxxxxx> wrote:
>> >
>> > On 04/09/2010 03:51 AM, Onkar Mahajan wrote:
>> > > I see that in linux-2.6.18-xen.hg - nothing is compiled . I guess only
>> > > headers are
>> > > used from here , right ?
>> >
>> > That's the source directory.  The build goes into a "build..." directory.
>> >
>> >    J
>> >
>

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