Graphic Map of Linux-2.6.36 25
conan.sh writes "The Interactive map of Linux Kernel was expanded and updated to the recent kernel linux-2.6.36. Now the map contains more than four hundred important source items (functions and structures) with links to source code and documentation."
Slow (Score:1)
Re:Slow (Score:4, Funny)
Re: (Score:1)
And to think, its barely even had the chance to be slashdotted!
Re:Slow (Score:5, Funny)
Re: (Score:3)
www.makelinux.net?
They forgot the command line argument...
make linux -slashdotted
Re: (Score:2)
If my site ever started giving "overloaded" errors, "Fail" is the last thing I'd be thinking!
Re: (Score:1)
keyboard shortcut? (Score:1)
I like the keyboard instructions
Keyboard:
PgDn, PgUp,
Dbl Click - zoom
arrows - pan
So, the keyboard shortcut for zoom is double click?
Re: (Score:1)
Software used to create this interactive map? (Score:4, Interesting)
I'm curious--is the software used to create this interactive map freely available? And if so can it be used on "any" C language project? (I'd like to try it out on the one I'm working with--about 770
Re: (Score:3, Informative)
Re:Software used to create this interactive map? (Score:4, Interesting)
Re: (Score:3)
Doxygen is generally broken for complex projects, or any project that uses macros intesively, or any project that uses define shields to limit the scope of what is available through specific interfaces.
If I run the default config of Doxygen through the server I'm working on, I get maybe 20MB worth of doc, which is utterly imcomplete (it interprets macros as function definitions in classes, etc).
If I deactivate the macro parsing, it includes _everything_, which means 30 redefinitions of the same classes/meth
Re: (Score:1)
Thanks for proving the parent's point ;)
Huh (Score:1)
it gives the illusion that the Linux kernel is organised
Re: (Score:1)