I downloaded and successfully installed xen 3.0 for FC4..... (I have a good deal of kernel programming experience, so feel free to be verbose...) So, I thought I''d throw a printk in a common routine.....say alloc_pages...... But after I compile with ARCH=xen and attempt to install the new guest kernel image, I reboot, but nothing happens. Is there a particular set of steps that I need to follow to recompile a guest kernel and install it? -- /*********************************/ Michael R. Hines Grad Student, Florida State Dept. Computer Science http://www.cs.fsu.edu/~mhines/ Jusqu''a ce que le futur vienne... /*********************************/ _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
What kind of error are you getting? And what do you mean by "nothing happens"? make world should be all you need after the mod. On Sun, 2006-02-26 at 12:58 -0500, Michael R. Hines wrote:> I downloaded and successfully installed xen 3.0 for FC4..... > > (I have a good deal of kernel programming experience, so feel free to be > verbose...) > > So, I thought I''d throw a printk in a common routine.....say > alloc_pages...... > > But after I compile with ARCH=xen and attempt to install the new guest > kernel image, > I reboot, but nothing happens. > > Is there a particular set of steps that I need to follow to recompile a > guest kernel and > install it? >-- Sincerely, Woody Marvel IBM Linux Technology Center Open Source Virtualization email: marvel@us.ibm.com 503-578-3833 Beaverton, OR 97006 ********************************** _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
On 26 Feb 2006, at 17:58, Michael R. Hines wrote:> I downloaded and successfully installed xen 3.0 for FC4..... > > (I have a good deal of kernel programming experience, so feel free to > be verbose...) > > So, I thought I''d throw a printk in a common routine.....say > alloc_pages...... > > But after I compile with ARCH=xen and attempt to install the new guest > kernel image, > I reboot, but nothing happens. > > Is there a particular set of steps that I need to follow to recompile > a guest kernel and > install it?If you mean that your output doesn''t appear, bear in mind that Xen stops outputting to the local console when domain0 starts (dom0 steals the vga adaptor). Xen will continue to output over the serial line, if you have configured that, or try ''xm dmesg'' after starting xend. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel