ksymoops reads a Linux kernel Oops file and makes the best stab at
converting the code to instructions and mapping addresses to kernel
symbols.

Copyright 1999 Keith Owens <kaos@ocs.com.au>.
Released under the GNU Public Licence, Version 2.

This is a complete replacement for the version of ksymoops in the
kernel.  Older versions of ksymoops were in scripts/ksymoops.cc, more
recently there was a version in the scripts/ksymoops directory.  This
code has grown to the stage that it should be separated from the
kernel, especially since there are related patches to other external
packages.

TESTERS WANTED.

ksymoops handles ix86.  It appears to handle Alpha, Sparc, M68K, PPC,
MIPS but I have no machine to test on.  I would appreciate feedback
from users of non ix86 machines.  In particular, it would be nice if
you could run

ksymoops -VMO -dd <oops.file >/tmp/ksymoops.log

and mail /tmp/ksymoops.log to kaos@ocs.com.au.  If the disassembled
code looks wrong, see the -e, -t and -a options.
