Skip to content

Instantly share code, notes, and snippets.

@joshuakfarrar
Last active August 29, 2015 14:24
Show Gist options
  • Save joshuakfarrar/61de7a4312e6cc3f1c76 to your computer and use it in GitHub Desktop.
Save joshuakfarrar/61de7a4312e6cc3f1c76 to your computer and use it in GitHub Desktop.
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