README
上传用户:hxtd_72
上传日期:2007-06-06
资源大小:64k
文件大小:1k
源码类别:

驱动编程

开发平台:

C/C++

  1. ksymoops reads a Linux kernel Oops file and makes the best stab at
  2. converting the code to instructions and mapping addresses to kernel
  3. symbols.
  4. Copyright 1999 Keith Owens <kaos@ocs.com.au>.
  5. Released under the GNU Public Licence, Version 2.
  6. This is a complete replacement for the version of ksymoops in the
  7. kernel.  Older versions of ksymoops were in scripts/ksymoops.cc, more
  8. recently there was a version in the scripts/ksymoops directory.  This
  9. code has grown to the stage that it should be separated from the
  10. kernel.
  11. For full documentation, see the man page, ksymoops.8.
  12. Please do *not* send oops reports to kaos@ocs.com.au unless you find
  13. something wrong with ksymoops itself.  Oops reports should go to the
  14. maintainer of the failing code or, if you do not known who maintains
  15. the code, to an appropriate linux mailing list.