Kernel

From FedoraProject

Jump to: navigation, search

Assorted information related to the Fedora Linux kernel.

Contents

Fedora kernel mailing list

For discussion about Fedora related kernel package issues only. For "my kernel module doesn't work" type messages, see the http://kernelnewbies.org list, or linux-kernel.

http://www.redhat.com/mailman/listinfo/fedora-kernel-list

IRC

Anonymous CVS checkout info

cvs -d:pserver:anonymous@cvs.fedora.redhat.com:/cvs/pkgs co kernel

and then

cd kernel/devel ; make prep

You'll then be left with a kernel-2.6.? directory, containing both an unpatched 'vanilla-2.6.?' dir, and a linux-2.6.?-noarch hardlinked dir which has the Fedora patches applied.

Contributing to the Fedora kernel

Building

Commit access also gives you ability to build kernels that go out to end-users when you 'make build'. Please note the caveats.

Other handy links