Last active
August 29, 2015 14:24
-
-
Save joshuakfarrar/61de7a4312e6cc3f1c76 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make defconfig | |
make | |
sudo cp arch/x86_64/boot/bzImage /boot/vmlinuz-4.0.8-amd64 | |
sudo cp System.map /boot/System.map-4.0.8-amd64 | |
sudo update-initramfs -c -k 4.0.8-amd64 | |
sudo update-grub | |
sudo reboot | |
uname --all # Linux stormwind 4.0.8 #1 SMP Sat Jul 11 19:53:00 EDT 2015 x86_64 GNU/Linux (woot!) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment