I tried several times to recompile Linux kernel, everything worked fine, but i realized that its taking a lot of space from the hard disk , i would like to know where the newly compiled kernel files located? and is there any temporarily folders that i can clean manually? any files i can safely remove to free up some space ?
I downloaded the kernel source code, copied my kernel Config from /boot/ to the kernel source code edited it using:
make menuconfig
make
make install