LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   How the complier compute the number after the kernel symbol? (https://www.linuxquestions.org/questions/linux-software-2/how-the-complier-compute-the-number-after-the-kernel-symbol-41397/)

lawrencelee 01-14-2003 02:33 AM

How the complier compute the number after the kernel symbol?
 
All the kernel symbol are ended by a number,like sys_kill_Re10789ee . How these numbers are computed when compile the kernel?
Thanks

DavidPhillips 01-14-2003 02:49 AM

the Makefile

VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 19
EXTRAVERSION = -lq4


uname -r for this kernel will produce this

2.4.19-lq4


the modules will be installed to /usr/lib/modules/2.4.19-lq4

DavidPhillips 01-14-2003 02:50 AM

I guess I am confused on what you want, not sure if that's it or not

sorry

unSpawn 01-14-2003 03:27 AM

genksyms


All times are GMT -5. The time now is 10:19 AM.