From subsecret
kernel
tar xf linux-3.9.1.tar.xz cd tar xf linux-3.9.1 #we are borrowing existing config from system make oldconfig
Now change to newsystem environment using instructions in Trying tools in clean environment and make the kernel:.
mkdir /boot cd linux-3.9.1 make all make install cd ..