From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [RFC] change provided physical RAM map to add EBDA Date: Thu, 15 Mar 2007 10:55:26 +0000 Message-ID: References: <20070315084501.GA4830@bull.net> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20070315084501.GA4830@bull.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: Guillaume Thouvenin , Ian Campbell Cc: Xen devel ML List-Id: xen-devel@lists.xenproject.org On 15/3/07 08:45, "Guillaume Thouvenin" wrote: > My idea is to map the real memory region that contains EBDA to dom0. So > dom0 will see the real machine memory region under 640Ko (0xa0000) in is > own physical map. You're creating difficulties where there are none: dom0 already has a mapping of all memory below 1MB. Just use isa_bus_to_virt(0x40e). -- Keir