home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Exec 4 / CD_Magazyn_EXEC_nr_4.iso / Recent / util / libs / IdentifyDev.readme < prev    next >
Text File  |  2000-11-16  |  3KB  |  85 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
  7.  
  8. Requires: AmigaOS 2.0 or higher
  9. Language: English, Deutsch
  10.  
  11. URL:      http://shredzone.home.pages.de
  12.  
  13.  
  14. This is the developer packet of Identify. You'll only need it if
  15. you want to write programs using the features of identify.
  16.  
  17. Identify is a system shared library that identifies your system and
  18. several IDs and returns them in a human readable form. Currently
  19. implemented are:
  20.  
  21. expansions  The manufacturer and product ID of hardware expansions are
  22.             translated into manufacturer name, board name and board
  23.             class.
  24.  
  25. system      Your system is analyzed by identify.library. You can query
  26.             static values, as e. g. Amiga model, Processor, OS version,
  27.             Graphic OS (e. g. CyberGraphX), Audio OS (e. g. AHI) or
  28.             available memory (Virtual Memory is also supported).
  29.  
  30. alerts      The cryptical alert codes can also be translated.
  31.  
  32. functions   Decodes the offset of a shared library into it's function
  33.             name, provided you have got the .fd files.
  34.  
  35.  
  36. Four example Shell tools are also included:
  37.  
  38. ListExp     Analyses your system, searches for expansion boards and
  39.             optionally, shows what Commodities are available. This is
  40.             an easy way to describe your system for bug reports etc.
  41.  
  42. Guru        Decodes a Guru number.
  43.  
  44. Function    Returns the name of the function that matches to the
  45.             provided library name and offset.
  46.  
  47. InstallIfy  Gives Installer scripts access to the Identify hardware
  48.             analyzer, e.g. to check if a PowerPC is present.
  49.  
  50.  
  51.  FEATURES:
  52. -----------
  53.   - OS3.5 and BoingBag supported
  54.   - The complete expansion database consists of more than 400
  55.     expansion boards and 130 manufacturers.
  56.   - Distinguishes between most GVP and Phase5 boards with unique ID
  57.   - Tries to give at least a hint if the board name is not known yet
  58.   - Fully DraCo and PowerPC compatible
  59.   - Supports PowerUp and WarpOS
  60.   - The library is fully localized (catalogs included: deutsch)
  61.   - ARexx interface library
  62.   - English and German documentation (.guide and .dvi)
  63.  
  64.  
  65.  INCLUDED DEVELOPER FILES:
  66. ---------------------------
  67.   - AutoDocs
  68.   - Assembler include files
  69.   - C header files (also protos, pragmas, GCC inlines)
  70.   - PASCAL include files
  71.   - Maxon/HiSoft-BASIC include files
  72.   - Amiga-E include files
  73.   - FD file
  74.   - cd file for language translations
  75.   - C example showing how to use identify with MUI
  76.   - ARexx examples
  77.   - Installer examples
  78.  
  79.  
  80. With your help, I hope to get as much expansion names as possible.
  81. So please send the name, manufacturer ID, product ID and board class
  82. of all your expansions to: "shred@chessy.aworld.de". You can get the
  83. IDs with included tool ListExp or the example program "expansions".
  84. Thank you!
  85.