From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH 2/3] x86: real mode support: get EDD info Date: Fri, 02 Mar 2007 11:35:57 +0000 Message-ID: References: <45E817E2.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: <45E817E2.76E4.0078.0@novell.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Jan Beulich , xen-devel@lists.xensource.com, Keir Fraser List-Id: xen-devel@lists.xenproject.org On 2/3/07 11:26, "Jan Beulich" wrote: > Possible, but especially on x86-64 undesirable in my opinion. It's certainly more of a pain to make the mode switch, but not impossible by any means. > Also, I'll want > the base real mode stuff in anyway (regardless of EDD/EDID) in order to > be able to set up a VESA frame buffer mode for the console. This clearly > should be done by Xen in order to ensure it knows how to access the > console in case it is allowed access past dom0 creation. Oh yes, we definitely want the mode-switching code in Xen. No doubt about that. The question is whether we pull in the EDD/EDID stuff as well. The fact that the data format is BIOS-defined does make the current approach plausible if not particularly tasteful architecturally speaking (but what BIOS stuff is? :-). -- Keir