|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Booting Mini-OS
Charles Gruenwald, le Wed 25 Feb 2009 12:52:34 -0500, a écrit :
> 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).
Yes, that is because when lwip is enabled app_main() from daytime.c is
used instead.
Samuel
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|