Dear Wiki user, You have subscribed to a wiki page or wiki category on "Fedora Project Wiki" for change notification. The following page has been changed by SamFolkWilliams: http://fedoraproject.org/wiki/Docs/Beats/Kernel The comment on the change is: Changed xen kernel info ------------------------------------------------------------------------------ * kernel-PAE, for use in 32-bit x86 systems with > 4GB of RAM, or with CPUs that have a 'NX (No eXecute)' feature. This kernel support both uniprocessor and multi-processor systems. - * Virtual kernel hypervisor for use with the Xen emulator package. Configured sources are available in the `kernel-xen0-devel-<version>.<arch>.rpm` package. - - * Virtual kernel guest for use with the Xen emulator package. Configured sources are available in the `kernel-xenU-devel-<version>.<arch>.rpm` package. + * Virtualization kernel for use with the Xen emulator package. Configured sources are available in the `kernel-xen-devel-<version>.<arch>.rpm` package. * Kdump kernel for use with kexec/kdump capabilities. Configured sources are available in the `kernel-kdump-devel-<version>.<arch>.rpm` package. - You may install kernel headers for all kernel flavors at the same time. The files are installed in the `/usr/src/kernels/<version>-[xen0|xenU|kdump]-<arch>/` tree. Use the following command: + You may install kernel headers for all kernel flavors at the same time. The files are installed in the `/usr/src/kernels/<version>-[xen|kdump]-<arch>/` tree. Use the following command: - {{{su -c 'yum install kernel-{xen0,xenU,kdump}-devel' + {{{su -c 'yum install kernel-{PAE,xen,kdump}-devel' }}} Select one or more of these flavors, separated by commas and no spaces, as appropriate. Enter the root password when prompted.