zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

Debian compile 3.10 Kernel

July 14, 2013 by Igor Drobot Leave a Comment

Kernel

Actuals Debian 7 brings a stable Kernel version 3.2.0-4. For some development reasons I need a newer Kernel version so in this way was this tutorial created.

Install the needed packages for the compilation process:

1
apt-get install kernel-package fakeroot build-essential ncurses-dev

apt-get install kernel-package fakeroot build-essential ncurses-dev

1
wget https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.10.tar.xz

wget https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.10.tar.xz

[Read more…]

Filed Under: Linux Tagged With: compile, Kernel, linux-headers, linux-image