All of lore.kernel.org
 help / color / mirror / Atom feed
* recompiling xen
@ 2006-02-26 17:58 Michael R. Hines
  2006-02-26 18:04 ` Woody Marvel
  2006-02-26 18:12 ` Keir Fraser
  0 siblings, 2 replies; 3+ messages in thread
From: Michael R. Hines @ 2006-02-26 17:58 UTC (permalink / raw)
  To: xen-devel

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...
/*********************************/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: recompiling xen
  2006-02-26 17:58 recompiling xen Michael R. Hines
@ 2006-02-26 18:04 ` Woody Marvel
  2006-02-26 18:12 ` Keir Fraser
  1 sibling, 0 replies; 3+ messages in thread
From: Woody Marvel @ 2006-02-26 18:04 UTC (permalink / raw)
  To: 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
**********************************

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: recompiling xen
  2006-02-26 17:58 recompiling xen Michael R. Hines
  2006-02-26 18:04 ` Woody Marvel
@ 2006-02-26 18:12 ` Keir Fraser
  1 sibling, 0 replies; 3+ messages in thread
From: Keir Fraser @ 2006-02-26 18:12 UTC (permalink / raw)
  To: Michael R. Hines; +Cc: 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-02-26 18:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-02-26 17:58 recompiling xen Michael R. Hines
2006-02-26 18:04 ` Woody Marvel
2006-02-26 18:12 ` Keir Fraser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.