m (Docs/Beats/Kernel moved to Documentation Kernel Beat: Natural language name change.) |
(cleared out old content) |
||
Line 1: | Line 1: | ||
== Linux Kernel == | == Linux Kernel == | ||
<!-- | |||
{{admon/note|Deprecated or out of date content?|This content may be deprecated or out of date, it has not been updated since the Fedora 9 release notes.}} | {{admon/note|Deprecated or out of date content?|This content may be deprecated or out of date, it has not been updated since the Fedora 9 release notes.}} | ||
Line 62: | Line 62: | ||
Refer to http://kernel.org/pub/linux/docs/lkml/reporting-bugs.html for information on reporting bugs in the Linux kernel. You may also use http://bugzilla.redhat.com for reporting bugs that are specific to Fedora. | Refer to http://kernel.org/pub/linux/docs/lkml/reporting-bugs.html for information on reporting bugs in the Linux kernel. You may also use http://bugzilla.redhat.com for reporting bugs that are specific to Fedora. | ||
--> |
Revision as of 03:15, 4 February 2009
Linux Kernel
Fedora 25 includes the following kernel builds:
- Native kernel, for use in most systems. Configured sources are available in the
kernel-devel
package.
- The kernel-PAE, for use in 32-bit x86 systems with more than 4GB of RAM, or with CPUs that have a NX (No eXecute) feature. This kernel support both uniprocessor and multi-processor systems. Configured sources are available in the
kernel-PAE-devel
package.
- Debugging kernel, for use in debugging some kernel issues. Configured sources are available in the
kernel-debug-devel
package.
You may install kernel headers for all four kernel flavors at the same time. The files are installed in the /usr/src/kernels/<version>[-PAE|-xen|-kdump] -<arch>/
tree. Use the following command:
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.
Preparing for Kernel Development
Fedora 25 does not include the kernel-source package provided by older versions since only the kernel-devel package is required now to build external modules. Configured sources are available, as described above.
Reporting Bugs
Refer to http://kernel.org/pub/linux/docs/lkml/reporting-bugs.html for information on reporting bugs in the Linux kernel. You may also use http://bugzilla.redhat.com for reporting bugs that are specific to Fedora. -->