home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / tools / libs / identify / identifyusr.readme < prev    next >
Encoding:
Text File  |  1998-03-25  |  2.9 KB  |  82 lines

  1. Short:    ListExp, identifies expansions and more (V9.2)
  2. Author:   shred@eratosthenes.starfleet.de (Richard Koerber)
  3. Uploader: shred@eratosthenes.starfleet.de (Richard Koerber)
  4. Type:     util/libs
  5. Kurz:     Identifiziert Erweiterungen und mehr (V9.2)
  6. Keywords: expansion board guru alert function system library check arexx ppc powerpc warpos installer
  7.  
  8. Requires: AmigaOS 2.0 or higher
  9. Language: English, Deutsch
  10.  
  11. URL:      http://www.is-koeln.de/einwohner/shred/
  12.  
  13.  
  14. *** Minor update. No new IdentifyDev required. ***
  15.  
  16.  
  17. This system shared library identifies your system and several IDs and
  18. returns them in a human readable form. Currently implemented are:
  19.  
  20. expansions  The manufacturer and product ID of hardware expansions are
  21.             translated into manufacturer name, board name and board
  22.             class.
  23.  
  24. system      Your system is analyzed by identify.library. You can query
  25.             static values, as e. g. Amiga model, Processor, OS version,
  26.             Graphic OS (e. g. CyberGraphX), Audio OS (e. g. AHI) or
  27.             available memory (Virtual Memory is also supported).
  28.  
  29. alerts      The cryptical alert codes can also be translated.
  30.  
  31. functions   Decodes the offset of a shared library into it's function
  32.             name, provided you have got the .fd files.
  33.  
  34.  
  35. Four example Shell tools are also included:
  36.  
  37. ListExp     Analyses your system, searches for expansion boards and
  38.             optionally, shows what Commodities are available. This is
  39.             an easy way to describe your system for bug reports etc.
  40.  
  41. Guru        Decodes a Guru number.
  42.  
  43. Function    Returns the name of the function that matches to the
  44.             provided library name and offset.
  45.  
  46. InstallIfy  Gives Installer scripts access to the Identify hardware
  47.             analyzer, e.g. to check if a PowerPC is present.
  48.  
  49.  
  50.  FEATURES:
  51. -----------
  52.   - The complete expansion database consists of more than 370 (!)
  53.     expansion boards and about 125 manufacturers.
  54.   - Distinguishes between most GVP and Phase5 boards with unique ID
  55.   - Tries to give at least a hint if the board name is not known yet
  56.   - Fully DraCo and PowerPC compatible
  57.   - Supports PowerUp and WarpOS
  58.   - The library is fully localized (catalogs included: deutsch)
  59.   - ARexx interface library
  60.   - English and German documentation (.guide and .dvi)
  61.  
  62.  
  63.  INCLUDED DEVELOPER FILES:
  64. ---------------------------
  65.   - AutoDocs
  66.   - Assembler include files
  67.   - C header files (also protos, pragmas, GCC inlines)
  68.   - PASCAL include files
  69.   - Amiga-E include files
  70.   - FD file
  71.   - cd file for language translations
  72.   - C example showing how to use identify with MUI
  73.   - ARexx examples
  74.   - Installer examples
  75.  
  76.  
  77. With your help, I hope to get as much expansion names as possible.
  78. So please send the name, manufacturer ID, product ID and board class
  79. of all your expansions to: "shred@eratosthenes.starfleet.de". You can
  80. get the IDs by using ShowConfig, the included tool ListExp or the
  81. example program "expansions".   Thank you!
  82.