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-users

Re: [Xen-users] Re: compile a squashfs module for my xen kernel

To: Xen-users <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Re: compile a squashfs module for my xen kernel
From: "Teck Choon Giam" <giamteckchoon@xxxxxxxxx>
Date: Tue, 3 Oct 2006 06:19:18 +0800
Delivery-date: Mon, 02 Oct 2006 15:19:58 -0700
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=DyVCv9kae/JNjNkNx8ldqbpPJDPF5g1vh/H84jzd5xBWLmEZITD18N1wsJxYJUv7H9GWtakIdD0Qh20vHkJmrJ25kmt63auq25jEIZqZEn0DwHCew2YWi6Ln9v9gCaBksO9fzanh/4dz4QM2xD6wKb74thV93AkfHrNRohE8fK8=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <215ff4410610020909h18a43da6nf9229df70c8d013f@xxxxxxxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <215ff4410610020713k31047fb1uf0894fb6486cdbb@xxxxxxxxxxxxxx> <215ff4410610020909h18a43da6nf9229df70c8d013f@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi Chris,

On 10/3/06, Chris Fanning <christopher.fanning@xxxxxxxxx> wrote:
ok. this is what I did.

cd /usr/src/
wget squashfs3.1-r2.tar.gz
tar zxvf squashfs3.1-r2.tar.gz

cd /usr/src/xen-3.0.2-2/linux-2.6.16-xen
cp /usr/src/squashfs3.1-r2/linux-2.6.16/squashfs3.1-patch ./

patch -p1 < squashfs-patch

make linux-2.6-xen-config CONFIGMODE=menuconfig
make linux-2.6-xen-build
make linux-2.6-xen-install

it works, but what would the proceedure be on a fresh xen instalation?

I guess you mean fresh install from source?  If it is so, just need to
move/copy the patch to /usr/src/xen-3.0.2-2/patches/linux-2.6.16/

cp /usr/src/squashfs3.1-r2/linux-2.6.16/squashfs3.1-patch
/usr/src/xen-3.0.2-2/patches/linux-2.6.16/

Then do the make world etc... which whatever in
/usr/src/xen-3.0.2-2/patches/linux-2.6.16/ folder will be applied to
xen0 and/or xenU or xen.

Hope this helps.

Kindest regards,
Choon

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

<Prev in Thread] Current Thread [Next in Thread>