home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 4 / CD_Magazyn_EXEC_nr_4.iso / Recent / util / libs / IdentifyUsr.readme < prev   
Text File  |  2000-11-16  |  3KB  |  82 lines

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