From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dave Olien Subject: Re: mini-os (not a cross post) Date: Mon, 3 Oct 2005 15:11:13 -0700 Message-ID: <20051003221113.GA5643@castle.3leafnetworks.com> References: <43387E02.2020607@cs.unm.edu> <20050928182439.GA15278@castle.3leafnetworks.com> <433AFBCE.4010406@cs.unm.edu> <20050928204004.GA17749@castle.3leafnetworks.com> <4341803D.7090402@cs.unm.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4341803D.7090402@cs.unm.edu> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: Donour Sizemore Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Donour, I haven't had time yet to really look at it. I'm hoping to have a few hours this week. I'm also waiting for Grzegorz Milos to post a list of items that need to be worked on in x86-64 mini-os, and I'll try to start working on that list. Dave On Mon, Oct 03, 2005 at 01:02:21PM -0600, Donour Sizemore wrote: > Dave Olien wrote: > > >Yes, on x86_64. One possibility is that the > >mini-os I built was from the recent unstable source, but my dom0 kernel > >and hypervisor were built from older sources. There is probably an > >incompatbility there. I'll try again using consistent versions when I get > >the time. > > > > > I tried this with recent unstable-source, but ran into quite a few > other errors. Specifically, this one has me perplexed: > > /usr/include/linux/types.h:34: error: conflicting types for `size_t' > > I didn't think that could happen has the x86 and x86_64 hypercall.h > are the same (at least in the linux-2.6-sparse directory). > > Did you make any progress since the booting errors? > > donour