https://bugzilla.novell.com/show_bug.cgi?id=223023 ccoffing@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Comment #3 from ccoffing@novell.com 2006-11-27 11:24 MST ------- They already are available -- it's merely a different configuration applied to the normal kernel. Install kernel-source.rpm (note, the binary "kernel-source", not the srpm). Then look in /usr/src/linux-2.6.18.2-31. To configure the source tree to match the Xen dom0 kernel, you'll want to copy the appropriate config file: cd /usr/src/linux-2.6.18.2-31 cp arch/i386/defconfig.xen .config At that point, I think you could build 3rd party modules against the tree, and have them load into the running kernel. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.