Difference between revisions of "Package:Vanilla Sources"

From Funtoo
Jump to navigation Jump to search
(added preliminary vanilla sources documentation)
 
m (linux torvalds to linus torvalds.)
 
Line 5: Line 5:
|Homepage=https://www.kernel.org/
|Homepage=https://www.kernel.org/
}}
}}
The vanilla sources supply the source code for the Linux kernel in an unadulterated form. Linux was ultimately created by Linux Torvalds, and the vanilla kernel is the result of what has been accepted by him into the kernel. There are no additional patches applied.
The vanilla sources supply the source code for the Linux kernel in an unadulterated form. Linux was ultimately created by Linus Torvalds, and the vanilla kernel is the result of what has been accepted by him into the kernel. There are no additional patches applied.


Often, you'll point /usr/src/linux to the source code of the kernel you are currently using.
Often, you'll point /usr/src/linux to the source code of the kernel you are currently using.

Latest revision as of 00:23, November 7, 2014

Vanilla Sources

   Tip

We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.

The vanilla sources supply the source code for the Linux kernel in an unadulterated form. Linux was ultimately created by Linus Torvalds, and the vanilla kernel is the result of what has been accepted by him into the kernel. There are no additional patches applied.

Often, you'll point /usr/src/linux to the source code of the kernel you are currently using.

To configure the kernel, you can do so with make menuconfig for a curses-based configuration menu, oldconfig for text only prompts. There is also an availability of building similar configuration menus for X windowing toolkits.