From Mageia wiki
Jump to: navigation, search
this page is a draft.
It requires improvements. If you want to improve it, simply log in and click on the Edit tab.

Please remove this {{Draft}}template, when you're sure the page is complete and correct.


View the other draft pages, or other pages to improve and maintain.

Open a terminal/console-window & type:

 git clone git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git

Now type:

 cd linux-2.6/

Now type

 make menuconfig

or

 make xconfig

Mark the boxes for each build-option

Now type:

 make

If you have more than one CPU type:

 make -j2

Now type:

make install