From mboxrd@z Thu Jan 1 00:00:00 1970 From: Samuel Thibault Subject: Re: about mini-os Date: Tue, 22 Jan 2008 11:30:36 +0000 Message-ID: <20080122113036.GE4365@implementation.uk.xensource.com> References: <298d852f0801220123q4adca9f5y36dd3784ea60c872@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: <298d852f0801220123q4adca9f5y36dd3784ea60c872@mail.gmail.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: =?utf-8?B?5L2Z5LiK?= Cc: xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org Hello, 余上, le Tue 22 Jan 2008 17:23:18 +0800, a écrit : > .ascii ",VIRT_BASE=0x0C0000000" /* &_text from minios_x86_32.lds */ > .ascii ",ELF_PADDR_OFFSET=0x0C0000000" > because if I don't change VIRT_BASE xen will report "Initial loading > isn't allowed to lowest 1GB of memory" Oh, you seem to be starting mini-os as Domain-0... Is that supposed to be supported? > so far , I can run mini-os to the banner and got a page fault: > Bootstraping ... > Xen Minimal OS! > Page fault at linear address 15555c08, eip c000cf61, code 0 > (XEN) Domain 0 crashed > > any idea ? Thank you very much Mmm, this is Xen-unstable, not Xen-3.2, isn't it? Well, yes, the code I got added was supposing _text to be 0, I've submitted a fix for that. Samuel