Skip to content

Instantly share code, notes, and snippets.

@ecanuto
Last active November 24, 2016 15:34
Show Gist options
  • Save ecanuto/5e255173f36527513828b43bfd023291 to your computer and use it in GitHub Desktop.
Save ecanuto/5e255173f36527513828b43bfd023291 to your computer and use it in GitHub Desktop.
wget https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.4.tar.xz
tar -xf linux-4.4.tar.xz
cd linux-4.4
wget -O .config https://git.archlinux.org/svntogit/packages.git/plain/trunk/config.x86_64?h=packages/linux-lts
time make -j1 bzImage
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment