WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] problems compiling xen on a crusoe

To: Keir Fraser <keir.fraser@xxxxxxxxxxxx>
Subject: Re: [Xen-devel] problems compiling xen on a crusoe
From: A Streetcar Named <desire@xxxxxxxxx>
Date: Mon, 15 Nov 2004 21:57:34 +0800
Cc: xen-devel@xxxxxxxxxxxxxxxxxxxxx
Delivery-date: Mon, 15 Nov 2004 14:37:54 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=di4w4D53TK3ocqy0hi9GrRcxSjkyan0X3LtMQbUVLVSpCeUEU+Qb9TwS+WZpVOOQsAy0wm66Gg9PXhoB6ZdFdtmigJFQfGafpAoy6aVLWHIZrqVNA2sobMJoKs4jm4cFy8jUCHWorN1oneEvffcfVWKuV5L0/P1Qkf0XnYbHnbw=
Envelope-to: steven.hand@xxxxxxxxxxxx
In-reply-to: <E1CTgee-0003zI-00@xxxxxxxxxxxxxxxxx>
List-archive: <http://sourceforge.net/mailarchive/forum.php?forum=xen-devel>
List-help: <mailto:xen-devel-request@lists.sourceforge.net?subject=help>
List-id: List for Xen developers <xen-devel.lists.sourceforge.net>
List-post: <mailto:xen-devel@lists.sourceforge.net>
List-subscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=subscribe>
List-unsubscribe: <https://lists.sourceforge.net/lists/listinfo/xen-devel>, <mailto:xen-devel-request@lists.sourceforge.net?subject=unsubscribe>
References: <E1CTgee-0003zI-00@xxxxxxxxxxxxxxxxx>
Reply-to: A Streetcar Named <desire@xxxxxxxxx>
Sender: xen-devel-admin@xxxxxxxxxxxxxxxxxxxxx
On Mon, 15 Nov 2004 13:12:24 +0000, Keir Fraser
<keir.fraser@xxxxxxxxxxxx> wrote:
> 
> Your image boots just fine for me (at least as far as booting DOM0,
> which is a lot further than you seem to think that you are getting).
> 
> Are you definitely booting the xen.gz file, not xen-syms or anything
> like that?

Yep, I'm definitely trying to boot xen.gz (unless the grub menu
extract I showed earlier was wrong)...

Have tried adding printk's and for (;;) {} in kernel.c - that didn't help.

The infinite loops in x86_32.S did make a difference at the following
line though:
    128 start_paging:
    129         mov     $idle_pg_table-__PAGE_OFFSET,%eax
    130         mov     %eax,%cr3
    131         mov     $0x80050033,%eax /* hi-to-lo: PG,AM,WP,NE,ET,MP,PE */
    132         mov     %eax,%cr0
    133         jmp     1f
    134 1:      /* Install relocated selectors (FS/GS unused). */
    135         lgdt    gdt_descr

Adding the 1:  jump 1b before line 132 would make it hang; adding the
line after 132 saw the computer rebooting continuously...  I have no
idea what to make of this though.


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel