Hi, for using ztdummy module of Asterisk in a XEN virtual server it's required to use a Kernel with CONFIG_HZ=1000 instead of 250 (and maybe Preemption enabled).
I've downloaded the linux-image-2.6.18-4-xen-686 sources: ~# apt-get source linux-image-2.6.18-4-xen-686 and compiled with CONFIG_HZ=1000, but after "make menuconfig" the .config generated file is not a XEN kernel, but a normal one (there is not option related to XEN). I've used "debian way": make-kpkg --initrd kernel_image kernel_headers The generated deb package is not a XEN kernel. I've seen into the linux-image-2.6.18-4-xen-686 sources some files and patches about XEN but really don't know what to do with them. Could somebody help me? what should I do to get the same Kernel linux-image-2.6.18-4-xen-686 but with some parameters changed? Thanks a lot for your help. -- Iñaki Baz Castillo [EMAIL PROTECTED]

