Giter Site home page Giter Site logo

identify's Introduction

identify.library

Identify is a shared Amiga library that helps identifying all kind of system parameters.

The source code was closed, like almost all of my Amiga projects. I have now reviewed and reformatted the files, translated the comments from German to English, and made the project compilable on Linux (and probably other targets) using vbcc. The source is now open to everyone for contributing, studying, archiving, or just enjoying the good old Amiga times.

Features

  • Identifies expansion card names, alerts, and function call names
  • Gives information about your Amiga model, CPU, OS version, available memory, chipset, and much more...
  • Supports from AmigaOS 2.0 up to the latest AmigaOS 3.2.1
  • The expansion database contains 359 manufacturers and 656 boards
  • Distinguishes between most GVP and Phase5 boards with unique ID
  • Tries to give at least a hint if the board name is not known yet
  • Fully FPGA, DraCo, and PowerPC compatible
  • Supports PowerUp and WarpOS
  • The library is fully localized (catalogs included: Deutsch, Italiano)
  • Use the features in ARexx, with the included rexxidentify.library
  • English and German documentation
  • LGPLv3 licensed, open source
  • Source Code available at GitHub

Missing Expansions

See here about how to report missing expansions.

Frequently Asked Questions

If you have questions about identify, maybe you will find answers here.

Building from Source

This project is mainly made to be build on Linux machines. However, with a few modifications it can also be built on AmigaOS and other operating systems.

Requirements:

Set the AMIGA_NDK env variable to the location of the unpacked NDK3.2 directory on your build machine. Also set AMIGA_INCLUDES to the location of 3rd party include files, where the MUI includes can be found.

Then just invoke make to build the project. The compiled project can be found in the build directory.

make release will compile a release version in the release directory.

make pack will create adf files for IdentifyDev and IdentifyUsr in the release directory. These files may be useful to install Identify on disk based systems, but are not part of the official release.

Today's standard encoding is UTF-8. Unfortunately AmigaOS does not support this encoding, so the files in this project have different encodings depending on their purpose. The assembler and C files must use plain ASCII encoding, so they can be edited on Linux and Amiga without encoding problems. For special characters in strings, always use escape sequences. Do not use special characters in comments. make check will test if these files contain illegal characters. All purely Amiga-related files (like AmigaGuide or Catalog files) are expected to be ISO-8859-1 encoded. Then again, README.md (and other files related to the open source release) are UTF-8 encoded. If you are in doubt, use plain ASCII.

Contribution and Releases

The source code of this project can be found at the official GitHub page.

If you found a bug or have a feature request, feel free to open an issue or send a pull request.

At the AmiNet, you will find official binaries and development files.

Please keep the "IdentifyDev" and "IdentifyUsr" package names reserved for official releases. If you want to release a fork, use a different package name. But please consider contributing to the reference repository instead. This is better than having an unknown number of different versions circulating around.

Translation

The identify tools are fully localizable. English is the built-in language. Available translations are (in alphabetical order):

  • Deutsch (by Richard Körber)
  • Italiano (by David Lo Buglio)

If you want to provide other translations, please contact me for assistance.

Sync with your own Board Database?

If you're managing an own board database in your project, feel invited to sync it with this database. However, it would only be fair if you then also share the boards that are missing here. Please open an issue, send a merge request, or just get in contact with me. Thank you!

Licence

Identify is distributed under LGPLv3 (Lesser Gnu Public Licence).

identify's People

Contributors

shred avatar polluks avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.