From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jacob Gorm Hansen Subject: Re: [PATCH] domain builder for ReactOS Date: Sun, 05 Jun 2005 16:31:21 -0700 Message-ID: <42A38B49.2020308@diku.dk> References: <200506022353.j52NrW8K032664@mailhost.geldorp.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <200506022353.j52NrW8K032664@mailhost.geldorp.nl> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Ge van Geldorp Cc: xen-devel@lists.xensource.com, 'Christian Limpach' List-Id: xen-devel@lists.xenproject.org Ge van Geldorp wrote: > The reason I'm submitting a Xen patch at this point is that I've completed a > well-defined task now (getting the bootloader to run under Xen) and it's a > good point to merge the development branch into the main trunk. However, I > do need to get rid of the ELF format to do that. And that in turn means I > can no longer use the current linux builder/loader in Xen. Xen domUs need to have a bios, so we do not need to have domain-specific stuff like ELF-parsing in dom0. I will post to source to my 'mstrap' attempt at this tomorrow for people to comment on. Jacob