|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] Booting Mini-OS
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>
|
- [Xen-devel] Booting Mini-OS,
Charles Gruenwald <=
|
|
|
|
|