• Robert Sprowson's avatar
    Adopt some switches from Hdr:Machine/Machine · e5188347
    Robert Sprowson authored
    SystemName, ROMSizeOffset, HAL32, HAL26 only used here, moved here.
    Remove uses of "M_" booleans, apparently that's bad form.
    Fix SWIDespatch_Size for the non thumb capable case (was ASSERTing).
    Swapped UserMemStart for AppSpaceStart.
    Removed last use of OldComboSupport (pre Medusa!).
    Removed switch 'CDVPoduleIRQs', a correction to the machine definitions mean this can now simply be switched on NumberOfPodules (previously, IOMD couldn't chain podule interrupts).
    Take out disabled sub interrupt support - it's in CVS if you want to try to get it working.
    Moved ConfiguredLang to 11 for everyone, it only matters if !Boot fails, and no harm in making it common for 5.xx onwards.
    
    Version 5.35, 4.79.2.183. Tagged as 'Kernel-5_35-4_79_2_183'
    e5188347
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.183"
Module_Date             SETS    "27 Jan 2013"
Module_ApplicationDate  SETS    "27-Jan-13"
Module_ComponentName    SETS    "Kernel"
Module_ComponentPath    SETS    "castle/RiscOS/Sources/Kernel"
Module_FullVersion      SETS    "5.35 (4.79.2.183)"
Module_HelpVersion      SETS    "5.35 (27 Jan 2013) 4.79.2.183"
                        END