Go to about phone I think that Kouma updates this with his kernels
I am on CM7 But this is an example
stock or ctmod based roms are not gonna show the second part of the kernel version
on CM7 it does
the hroak13 is my Linux login name and the hroark13-d is the Linux workstation name
we are limited on what we can make the first part of the kernel string say
because we can not compile the FSR or RFS modules
(my new CM7 kernel; does not include RFS, I did not include them)
we can edit them with a hex editor and change them, but we can not change the length of the "vermagic" string
for my latest .14 kernel I took the 2 FSR modules from the TASS kernel that had this string
vermagic=2.6.35.7-perf-CL787041
and with hex editor changed it to
vermagic=2.6.35.14-SAM-SPH-M820
as you can see they have the same number of characters
you then have to make sure the kernel zImage you compile has the exact string
I did this by editing the make file like this
VERSION = 2
PATCHLEVEL = 6
SUBLEVEL = 35
EXTRAVERSION = .14-SAM-SPH-M820
NAME = Yokohama