Hi all, I have managed to extract some of the mini-os source code, and compile it to a point where Xen 2.0.7 can load it. I am trying to do some HYPERVISOR_console_io(), but the console output is not appearing after I launch the domain with "xm create". There is a tarball of the code at http://minnie.tuhs.org/Xen/hello-0.0.0.tar.gz. Would someone be kind enough to show me what I am doing wrong! Thanks again, Warren _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
HYPERVISOR_console_io is debug only set "debug=y" in xen/Rules.mk -Kip On 9/29/05, Warren Toomey <wkt@tuhs.org> wrote:> > Hi all, I have managed to extract some of the mini-os source code, and > compile it to a point where Xen 2.0.7 can load it. I am trying to do > some HYPERVISOR_console_io(), but the console output is not appearing > after I launch the domain with "xm create". > > There is a tarball of the code at > http://minnie.tuhs.org/Xen/hello-0.0.0.tar.gz. > Would someone be kind enough to show me what I am doing wrong! > > Thanks again, > Warren > > _______________________________________________ > Xen-users mailing list > Xen-users@lists.xensource.com > http://lists.xensource.com/xen-users >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
Warren Toomey
2005-Sep-30 08:52 UTC
Re: [Xen-users] Following on from mini-os help request
On Fri, Sep 30, 2005 at 12:17:57AM -0700, Kip Macy wrote:> HYPERVISOR_console_io is debug only set "debug=y" in xen/Rules.mk > -KipThanks Kip. It didn''t help that I was working over an ssh connection to the box in question. Doing a HYPERVISOR_shutdown() showed me that the code was working. Is there a way to get the console_io to go to a psuedo-terminal and not vga/com1/com2? If not, I can install a null modem cable. Thanks again, Warren _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
One other awkward alternative is to use xm dmesg to get at the output. -Kip Is there a way to get the console_io to go to a psuedo-terminal and not> vga/com1/com2? If not, I can install a null modem cable. > > Thanks again, > Warren >_______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users