From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: Xen hypervisor hangs on booting against c/s 16925 Date: Tue, 29 Jan 2008 12:22:29 +0000 Message-ID: <20080129122229.55d3828f@core> References: <479F0F62.76E4.0078.0@novell.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: 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: Keir Fraser Cc: xen-devel@lists.xensource.com, Jan Beulich List-Id: xen-devel@lists.xenproject.org On Tue, 29 Jan 2008 10:36:57 +0000 Keir Fraser wrote: > How about we just map the whole megabyte UC- at start of day? We rarely > touch anything down there and when we do it'll mostly be BIOS tables (hence > in ROM and hence not marked as RAM in e820 Most BIOS tables are in RAM because they are built each boot. Mapping the low 640K UC is also going to suprise the BIOS somewhat and seems to be asking for trouble. The MTRR mappings for the low 1Mb are special anyway and aligned with the need for 640K RAM and a following ISA hole. Alan