KernelNewbies:

Lawrence D'Oliveiro

Email: MailTo(ldo AT SPAMFREE geek-central DOT gen DOT nz)

Invaluable resource for browsing the Linux sources: Visit [http://lxr.linux.no/]. (I can't seem to get text searching to work, but see below for a tip for that.)

Quickly list all source files mentioning a particular identifier:

find /usr/src/linux/ -name '*.[chS]'  -exec grep -q identifier '{}' ';' -print

Then it's easy enough to pull up the appropriate source file as http://lxr.linux.no/source/path.


CategoryHomepage

KernelNewbies: LawrenceDoliveiro (last edited 2006-03-05 12:10:13 by 203-109-214-139)