All of lore.kernel.org
 help / color / mirror / Atom feed
* Any quick way to compile hypervisor and driver
@ 2010-04-12 18:05 Chun-Yi,Su
  0 siblings, 0 replies; only message in thread
From: Chun-Yi,Su @ 2010-04-12 18:05 UTC (permalink / raw)
  To: xen-devel

Hi guys,
I tried to modify codes of VCPU scheduling method (in
xen/common/schedule.c ) in  hypervisor and add some functions in
xenoprofile  driver (in /xen/arch/x86/oprofile/nmi.c).
Each time after I modified, I need to do following command to compile
whole kernel and reboot the system:

make linux-2.6-xen-build
make linux-2.6-xen-install
depmod -a 2.6.18.8-xen
rm initrd-2.6.18.8-xen.img
mkinitrd initrd-2.6.18.8-xen.img 2.6.18.8-xen
cp initrd-2.6.18.8-xen.img /boot
reboot

It took about an hour to do compile and install a new kernel and driver
Does it have a quick way to compile the kernel codes I modified
instead of comping whole kernel?

 Best,
David.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-12 18:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-12 18:05 Any quick way to compile hypervisor and driver Chun-Yi,Su

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.