Previous Next Contents

5. Machine ID

This function can be used to get a unique machine ID for the computer the driver is running on:


get_machine_id:
Input:
  none
Output:
  D0.L      Machine ID, or 0 (no ID available), or error code

Positive, non-zero values are machine IDs. They contain a manufacturer code in bit 24..31 and a unique serial number which is set by the manufacturer during production in bit 0..23.


Previous Next Contents