From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pasi =?iso-8859-1?Q?K=E4rkk=E4inen?= Subject: Re: Compilation question xen-4.0.0 Date: Sat, 10 Apr 2010 13:43:20 +0300 Message-ID: <20100410104320.GB1878@reaktio.net> References: <20100409083434.GB1878@reaktio.net> <4BBF69F9.5070704@goop.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Return-path: Content-Disposition: inline In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Onkar Mahajan Cc: Jeremy Fitzhardinge , xen-devel@lists.xensource.com, xen-users@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On Sat, Apr 10, 2010 at 10:55:51AM +0530, Onkar Mahajan wrote: > Given the following in the dist directory : >=20 > [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=A0 System.map-2.6.18.8-xen0=A0 vmlinuz-2.6.18.8-xe= n0 > xen-4.0.0-rc9.gz=A0 xen-4.gz=A0 xen-syms-4.0.0-rc9 > config-2.6.18.8-xenU=A0 System.map-2.6.18.8-xenU=A0 vmlinuz-2.6.18.8-xe= nU > xen-4.0.gz=A0=A0=A0=A0=A0=A0=A0 xen.gz >=20 > also, >=20 > [onkar@localhost xen-4.0.0]$ pwd > /home/onkar/kern/XEN/xen-4.0.0 > [onkar@localhost xen-4.0.0]$ ls > buildconfigs=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 b= uild-linux-2.6-pvops_x86_32 > Config.mk.orig=A0 docs=A0=A0=A0=A0=A0=A0=A0 linux-2.6.18-xen.hg=A0 READ= ME > unmodified_drivers > build-linux-2.6.18-xen0_x86_32=A0 config=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 COPYING > =A0=A0=A0=A0=A0=A0 extras=A0=A0=A0=A0=A0 linux-2.6-pvops.git=A0 stubdom= =A0 xen > build-linux-2.6.18-xenU_x86_32=A0 Config.mk=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0=A0=A0=A0=A0=A0=A0=A0=A0 dist > =A0=A0=A0=A0=A0=A0 install.sh=A0 Makefile=A0=A0=A0=A0=A0=A0=A0=A0=A0=A0= =A0=A0 tools >=20 >=20 > How should my entry in the /boot/grub/menu.lst look like >=20 > I am really struggling to get it right this time. For a month or so i a= m > not able to boot xen perfectly. So moving on cautiously this time. >=20 Do you specifically want to use linux-2.6.18-xen as a dom0 kernel?=20 Some reason you didn't build (the default) pvops dom0 kernel?=20 See here for an grub.conf example: http://wiki.xensource.com/xenwiki/Xen4.0 -- Pasi > Regards, > Onkar >=20 > On Fri, Apr 9, 2010 at 11:25 PM, Jeremy Fitzhardinge = 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 o= nly > > > headers are > > > used from here , right ? > > > > That's the source directory. =A0The build goes into a "build..." dire= ctory. > > > > =A0 =A0J > >