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

[Xen-users] Compiling custom Dom0 kernel

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Compiling custom Dom0 kernel
From: "Shuveb Hussain" <shuveb@xxxxxxxxx>
Date: Mon, 24 Sep 2007 17:34:34 +0530
Delivery-date: Mon, 24 Sep 2007 05:05:16 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=d1+4jqL1tFSSZbNT3H2IkUWz5VcMN+kDdWVLuYXn+wU=; b=tDZskfty/rUooaJ0bSfxgQME7aXNmeIBd+HtMsDQ5d8sfug+Z0mX7cHzYKoV44YM5Dak9Ex/fNYHaGdIZVuXKVo4F98Z5M3292m/8kkPvDvXb4nxpy4mV+WvkU5z0gIAOhGbhc5I9fRzcl27mJEd1lms9nvyxXlaSTuX4vWB/js=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=aO7kD6NCPWhbHT7up0LndK9V+zRxTLFzCRN7/tI3pwFE91YYohfFWybFmm48Ve52jrzsaFeS9CCWz5XW5p8zDTIhVkTqtNT//zgOPpHBtR/f0P7Kokkucw1QkMUMBe4a6CxwtVnOCZspzoyNJs0bhGan/s/y0UL2Z/VZgwsuOuI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
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>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
Hi,

I'm trying to add a patch(squashfs) to the kernel and then get a dom0
kernel compiled. I have done the following:

* Added squashfs.patch to patches/linux-2.6.18/
* Appended "squashfs.patch" to the file patches/linux-2.6.18/series
* Added these lines to buildconfigs/linux-defconfig_xen0_x86_32:

CONFIG_SQUASHFS=m
# CONFIG_SQUASHFS_EMBEDDED is not set
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
# CONFIG_SQUASHFS_VMALLOC is not set

These options were added in the proper place, right after CONFIG_CRAMFS

Then I did a "make world" and later did:
make linux-2.6-xen0-config CONFIGMODE=menuconfig KERNELS="linux-2.6-xen0"

In the configuration menu that appears, I never see the option
"SquashFS" in Filesystems->Misc filesystems!

What am I missing here?

TIA,
-- 
Shuveb Hussain.
Money has nothing to do with Happiness,
But, Poverty has a lot to do with Sorrow.
Company: www.binarykarma.com
Blog: www.binarykarma.org

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Compiling custom Dom0 kernel, Shuveb Hussain <=