README.txt
上传用户:lgb322
上传日期:2013-02-24
资源大小:30529k
文件大小:1k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. Using the ACPI debugger with kdb
  2. --------------------------------
  3. ACPI CA includes a full-featured debugger, which allows the examination of
  4. a running system's ACPI tables, as well as running and stepping through
  5. control methods.
  6. Configuration
  7. -------------
  8. 1) Edit the main acpi Makefile. On the ACPI_CFLAGS line, remove the '#', thus
  9.    enabling the debugger.
  10. 2) Download the latest kdb patch from:
  11.    ftp://oss.sgi.com/www/projects/kdb/download/ix86/ 
  12.    Follow the instructions at http://oss.sgi.com/projects/kdb/ on how to
  13.    install the patch and configure KDB.
  14. 3) This would probably be a good time to recompile the kernel, and make sure
  15.    kdb works (Hitting the Pause key should drop you into it. Type "go" to exit
  16.    it.
  17. 4) The kdb <--> ACPI debugger interface is a module. Type "make modules", and
  18.    it will be built and placed in drivers/acpi/kdb.
  19. 5) Change to that directory and type "insmod kdbm_acpi.o". This loads the
  20.    module we just built.
  21. 6) Break back into kdb. If you type help, you should now see "acpi" listed as
  22.    a command, at the bottom.
  23. 7) Type "acpi". You are now in the ACPI debugger. While hosted by kdb, it is
  24.    wholly separate, and has many ACPI-specific commands. Type "?" or "help"
  25.    to get a listing of the command categories, and then "help <category>" for
  26.    a list of commands and their descriptions