not sure how useful it is, but this is the script i have written for myself to understand the kernel architecture: Setup: run "myfindlist" at any kernel source directory/subdirectory. then run "mysearch.pl xxxx cpp.dat" or "mysearch.pl yyyy h.dat" to search for xxx or yyy symbols in the c files or h files. (bash and perl are assumed installed).
Attachment:
myfindlist
Description: Binary data
Attachment:
mysearch.pl
Description: Perl program