Skip to content

Instantly share code, notes, and snippets.

View nikolaik's full-sized avatar
🤹‍♂️

Nikolai Røed Kristiansen nikolaik

🤹‍♂️
View GitHub Profile
@nikolaik
nikolaik / gist:2652017
Created May 10, 2012 09:04
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