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@lists.xensource.com http://lists.xensource.com/xen-devel
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@lists.xensource.com http://lists.xensource.com/xen-devel