/* (6.54)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 6.54
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 17 Mar 2021
#define Module_MajorVersion "6.54"
#define Module_Version 654
#define Module_MinorVersion ""
#define Module_Date "17 Mar 2021"
#define Module_ApplicationDate "17-Mar-21"
#define Module_ComponentName "Kernel"
#define Module_FullVersion "6.54"
#define Module_HelpVersion "6.54 (17 Mar 2021)"
#define Module_LibraryVersionInfo "6:54"
-
Jeffrey Lee authored
Define that bit 12 of the RISCOS_AddRAM flags indicates that the supplied start, end, and sigbits values are in 4KB units instead of byte units. This allows a 44 bit address space to be used, higher than the 40 bit LPAE limit. The page list that RISCOS_AddRAM constructs will now store everything in 4KB page units, however any RAM above 4GB will currently be thrown away when the list is later transferred to the PhysRamTable which the OS uses at runtime. Version 6.54. Tagged as 'Kernel-6_54'
21a340f4