Compile Ubuntu kernel
- Read more about Compile Ubuntu kernel
- Log in to post comments
apt-get install fakeroot build-essential makedumpfile ncurses-dev
cd /usr/src
?? apt-get build-dep linux-image-$(uname -r)
apt-get source linux-image-$(uname -r)
?? apt-get build-dep linux-ubuntu-modules-$(uname -r)
??