|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] Re: mini-os for Xen2
Hi Ian,
Thanks for the info.
I recompiled XEN with "make debug=y". I also tried by changing the
xen/Rules.mk file and put "degug ?= y". Now I am stuck in the boot
process. I see XEN starting to load, but then it stops and does not
want to boot into domain0. My domain0 is based on a Fedora Core 3
installation
During the boot process XEN stops at the following line:
=================================================
...
...
(XEN) .... System Time : 10640414ns
(XEN) .... Cpu_freq : 00000000:B2BB4F10
(XEN) .... Scale : 00000001:557D8C01
(XEN) .... Wallclock : 1108330382s 160000us
--- It hangs here ---
=================================================
Thanks
Rick
On Mon, 14 Feb 2005 01:50:11 -0000, Ian Pratt <m+Ian.Pratt@xxxxxxxxxxxx> wrote:
>
> > You were right, I was missing the section __xen_guest.
> > So now when I create the domain I do not get any error message and I
> > do get a console.
> > So the 1st thing I am doing is just trying to write something on the
> > console with the hypervisor call "console_io". However, I do not see
> > anything on the console.
>
> You need to be using a debug=y build of Xen to use console_io from an
> unprivileged domain.
>
> Ian
>
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/xen-devel
|
|
|
|
|