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

[Xen-devel] Booting Mini-OS

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Booting Mini-OS
From: Charles Gruenwald <charlesg3@xxxxxxxxx>
Date: Wed, 25 Feb 2009 12:52:34 -0500
Delivery-date: Wed, 25 Feb 2009 09:53:01 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type:content-transfer-encoding; bh=lOgSsf+L4ezM8BMdAAEgEkUp17iw9ovN5yEb7Dtg3Uw=; b=gNgFkmvqfCFbhI+nCpzxC+htHefXa9MPeiU77/FBU8/r3emuxz6JVzFKdSvpH4hc2b 1aiDm0JLAILDzJTYynysUl5spLoZOY7GEQEMheVYg8Vjmq9q5q3pUxXCzZkrMRQEbGLe lkkCvDvX9tdDqsNouir19gROS3yE2dC95t3Vc=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type :content-transfer-encoding; b=xVZWSPCvwGepPdFD+VL6ZnXFlnc5CE2FjOa0/gk6Z/W08YPZ1jl/6aZ25udEYbolyN br2jbNvRtD1mUglDxxND0sTmcFZEq5N1VKLwVG5ChHmxqK9MXORRX/PelNwpv1SrPpvx fJRpy74jen7NqaZhBq+vFvA0pG3IfBgbtCzP0=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
I am having a bit of trouble booting Mini-OS. I am using Xen-3.3.1 and
when I build without LWIP, the kernel boots up and then I see the
periodic thread printing out the time... However, when I link with
lwip (using make LWIPDIR=./lwip) and using
lwip version 1.3.0 I only see the following output:

--------------------
Using config file "./domain_config".
Started domain Mini-OS
--------------------

I don't see text that the periodic thread prints out (the text that I
DO see if I don't link w/ lwip).

I am using a pretty basic domain config, as provided below where the
ethernet bridge for the vif parameter works in booting other OSs under
xen.

-------------------
kernel = "mini-os.gz"
memory = 32
name = "Mini-OS"
on_crash = 'preserve'
vif = [ 'bridge=eth3' ]
serial='pty'
-------------------

Any suggestions would be greatly appreciated. Thanks!

--charles

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>