• Jeffrey Lee's avatar
    Delete STB code · 9a571a08
    Jeffrey Lee authored
    Detail:
      This change gets rid of the following switches from the source (picking appropriate code paths for a desktop build):
      * STB
      * RO371Timings
      * NormalSpeedROMS
      * AutoSpeedROMS
      * RISCPCBurstMode
      * InterlacedPointer
      * ParallelFlashUpgrade (and s/FlashROM file)
      * Embedded_UI
      Some of the deleted code might be worth revisiting in future:
      * OS_ReadSysInfo 4 support for storing the MAC in alternate CMOS locations (including 2nd copy for error checking) or fetching via Service_MachineAddress
      * Mouse handling changes, possibly aimed at hiding the mouse pointer if a mouse isn't connected
      * More strict CMOS validation in s/NewReset
    Admin:
      Identical binary to previous revision for IOMD & Raspberry Pi builds
    
    
    Version 5.50. Tagged as 'Kernel-5_50'
    9a571a08
Version 604 Bytes
; > Version

        GET     VersionASM

        GBLA    Version
        GBLS    VString
        GBLS    SystemName
        GBLS    Date
        GBLA    OSVersionID

OSVersionID SETA &AA

Version SETA    523
VString SETS    "5.23"
SystemName SETS "RISC OS"
   [ (Version :AND: 1) = 1
Date    SETS    Module_Date      ; Odd-numbered (i.e. development) build, use
                                 ; date of last source check in
   |
Date    SETS    "13 Apr 2015"    ; version for RISC OS on desktop computers
                                 ; Desktop and Switcher use this via OS_Byte 0
   ]

        END