Topic: so I compiled a kernel today...
Well I have been using Linux since 2000 and this is the first time I ever have actually compiled a (self) customized kernel. To be honest there was never much of a point before, but my netbook's Intel Atom n270 mediocre performance finally made me decide it was worth trying and I figured since I am replacing Mint 7 with Gentoo on it I might as well try something different.
Amazingly it was very, very easy lspci, lsmod, The gentoo handbook, and the occasional google search provided every bit of info I needed. It does really seem to help speed wise to take out drivers that are for hardware that isn't on my machine, even though I didn't compile anything as a module, not even alsa which I read is better off being a module.
In an case the only real hassle came from my touchpad which seemed to act crazy (sometimes it would work most of the time it wouldn't) despite having the proper kernel support but, after much searching apparently the passing the parameter "i8042.reset" to the kernel solves the issue, now it works great.
Now this has me thinking, I wonder if the debian kernel is this easy to change? I noticed with the "verbose" kernel option that my debian setup waits a bit before it spits out an error about my lack of PC speaker, it is probably less than a second in lost boot time, but I can't seem to leave well enough alone.