This is a really small problem that is probably really stupid, but I just can't figure out what my kernel version is
So far, I'm up to the Kernel modules part of the Configuring the Linux kernel section of the install. I've been following the handbook really close, and have barely deviated at all. I decided to compile the kernel myself, and added a few extra drivers that I needed for my system and that is it. Now it asks me to imput my 'kernel version' in 'root #find /lib/modules/<kernel version>/ -type f -iname '*.o' -or -iname '*.ko' | less'. I never took note of my kernel version. How do I find it?
Thanks for the help

