From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-15?Q?Rickard_Borgm=E4ster?= Subject: Re: Kernel with very low memory requirement (~12MB) for domU Date: Fri, 03 Feb 2006 16:17:35 +0100 Message-ID: References: <20060131154830.GA10660@prefect.vdbonline.net> <20060131221308.GA7662@prefect.vdbonline.net> <20060201203426.GA8556@prefect.vdbonline.net> <20060203121759.GA11606@prefect.vdbonline.net> <20060203145105.GA7325@prefect.vdbonline.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 8bit Return-path: In-Reply-To: <20060203145105.GA7325@prefect.vdbonline.net> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org CJ van den Berg wrote: > On Fri, Feb 03, 2006 at 02:56:34PM +0100, Rickard Borgmäster wrote: > >>hg clone http://xenbits.xensource.com/linux-2.6-xen.hg >>cd linux-2.6-xen.hg >>cp ~/config-vandenberg .config >>make >>cp vmlinuz /boot/vmlinuz-2.6.16-rc1-xenU >>cp System.map System.map-2.6.16-rc1-xenU >>xm create -c /crab/.xen/crab-domU.cfg > > > Just to be certain I followed these exact steps, except of course that I > used my own config instead of crab-domU.cfg, including pulling a completely > new clone. It builds and boots just fine, although it won't run with > memory=10 anymore. It now only works from memory=12 up. If you want I can > send you the built kernel in a private mail. Please do, reply to my private email in the header. If it boots on 12 it is good enough for me. But I could probably strip it further to make sure it would fit a smaller memory footprint. >>disk = ['cow:/crab/.xen/crab-domU.cfg 30, hda1,w'] >>disk = ['file:/crab/.xen/crab-domU.cfg, hda1,w'] > > And this definitely must be wrong. s/cfg/img :-) I wonder if there is something else on the system that produces broken kernels. Bad compiler or mismatched libraries. I guess I do not need xen installed to compile the kernel, right? Maybe I should try to ssh to my home machine (which I know is 100% fine) and compile on that. It it also faster.. But anyways, please send me the binary kernel and the system.map and I will test it. Thanks! Rickard Borgmäster