From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760841AbYEWXd1 (ORCPT ); Fri, 23 May 2008 19:33:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754014AbYEWXdU (ORCPT ); Fri, 23 May 2008 19:33:20 -0400 Received: from gw.goop.org ([64.81.55.164]:51960 "EHLO mail.goop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753392AbYEWXdU (ORCPT ); Fri, 23 May 2008 19:33:20 -0400 Message-ID: <48375421.4050406@goop.org> Date: Sat, 24 May 2008 00:32:49 +0100 From: Jeremy Fitzhardinge User-Agent: Thunderbird 2.0.0.14 (X11/20080501) MIME-Version: 1.0 To: Yinghai Lu CC: Ingo Molnar , Thomas Gleixner , "H. Peter Anvin" , Andrew Morton , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] x86: extend e820 ealy_res support 32bit - fix v2 References: <200805110030.15510.yhlu.kernel@gmail.com> <200805180118.57863.yhlu.kernel@gmail.com> <200805211840.18619.yhlu.kernel@gmail.com> <200805221520.19259.yhlu.kernel@gmail.com> <86802c440805231608g314690fu3125034804ac51fd@mail.gmail.com> In-Reply-To: <86802c440805231608g314690fu3125034804ac51fd@mail.gmail.com> X-Enigmail-Version: 0.95.6 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Yinghai Lu wrote: > On Thu, May 22, 2008 at 3:20 PM, Yinghai Lu wrote: > >> [PATCH] x86: extend e820 ealy_res support 32bit - fix v2 >> >> use find_e820_area to find addess for new RAMDISK, instead of using ram blindly >> >> also print out low ram and bootmap info >> >> v2: remove extra -1 in reaseve_early calling >> panic if can not find space for new RAMDISK >> >> > > Jeremy, > > your config works on XEN of 5.2 as domU > ( I added ext2 support...) > Hm, still crashing for me. I'm not getting any output; I need to work out why earlyprintk=xen isn't producing any output. J > YH >