Skip to content

Instantly share code, notes, and snippets.

@nikolaik
Created May 10, 2012 09:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nikolaik/2652017 to your computer and use it in GitHub Desktop.
Save nikolaik/2652017 to your computer and use it in GitHub Desktop.
compile latest kernel
wget http://www.kernel.org/pub/linux/kernel/v3.0/testing/linux-3.4-rc6.tar.bz2
tar xjf linux-3.4-rc6.tar.bz2
cd linux-3.4-rc6
cp /boot/config-`uname -r` .config
make oldconfig
# Press enter on all options
make -j4
sudo make modules_install
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment