Re: rvplayer and timidity

Keith Owens (kaos@ocs.com.au)
Wed, 09 Sep 1998 01:40:07 +1000


On Tue, 08 Sep 1998 11:18:16 +0100,
Stephen Landamore <stephenl@arcam.co.uk> wrote:
>Alan Cox wrote:
>> Same as normal but load the modules with
>> > symbols.dat
>> insmod -m modulename >> symbols.dat (each mdoule)
>>
>> and then you can use those symbols
>
>Aaah, so THAT'S how it's done :-)

Or grab ftp://ftp.ocs.com.au/pub/make_System_map.pl.gz. Run with

make_System_map.pl /proc/ksyms /System.map \
/lib/modules/`uname -r`/*/*.o > /tmp/map

to create /tmp/map containing all symbols from ksyms plus those
exported by modules. Then you can feed the oops plus /tmp/map directly
into scripts/ksymoops, no need to disassemble and grep. There is
always more than one way of doing a task :).

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/faq.html