• Jeffrey Lee's avatar
    Adjust handling of OS_ReadSysInfo 4 · f71d7180
    Jeffrey Lee authored
    Detail:
      s/Middle - If the HAL provides an extended machine ID, make sure OS_ReadSysInfo 4 doesn't return a MAC address. This is because the old-style machine ID which the MAC is extracted from will be completely synthetic and is so known not to contain a MAC (even if it may look like it does)
    Admin:
      Tested on BB-xM, Raspberry Pi
    
    
    Version 5.35, 4.79.2.188. Tagged as 'Kernel-5_35-4_79_2_188'
    f71d7180
VersionASM 1.02 KB
;
; This file is automatically maintained by srccommit, do not edit manually.
; Last processed by srccommit version: 1.1.
;
                        GBLS    Module_MajorVersion
                        GBLA    Module_Version
                        GBLS    Module_MinorVersion
                        GBLS    Module_Date
                        GBLS    Module_FullVersion
                        GBLS    Module_ApplicationDate
                        GBLS    Module_HelpVersion
                        GBLS    Module_ComponentName
                        GBLS    Module_ComponentPath
Module_MajorVersion     SETS    "5.35"
Module_Version          SETA    535
Module_MinorVersion     SETS    "4.79.2.188"
Module_Date             SETS    "07 Apr 2013"
Module_ApplicationDate  SETS    "07-Apr-13"
Module_ComponentName    SETS    "Kernel"
Module_ComponentPath    SETS    "castle/RiscOS/Sources/Kernel"
Module_FullVersion      SETS    "5.35 (4.79.2.188)"
Module_HelpVersion      SETS    "5.35 (07 Apr 2013) 4.79.2.188"
                        END