Commit bc961962 authored by Ben Avison's avatar Ben Avison
Browse files

Added some symbols to the export hdr.DMADevice to define the HAL device ID codes within each Type.

Also enabled the Service_ModulePostInit/Final service calls now that the
service call allocations have been confirmed.

Version 5.35, 4.79.2.54. Tagged as 'Kernel-5_35-4_79_2_54'
parent 12055c33
......@@ -13,11 +13,11 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.53"
Module_Date SETS "18 Dec 2002"
Module_ApplicationDate SETS "18-Dec-02"
Module_MinorVersion SETS "4.79.2.54"
Module_Date SETS "22 Jan 2003"
Module_ApplicationDate SETS "22-Jan-03"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.53)"
Module_HelpVersion SETS "5.35 (18 Dec 2002) 4.79.2.53"
Module_FullVersion SETS "5.35 (4.79.2.54)"
Module_HelpVersion SETS "5.35 (22 Jan 2003) 4.79.2.54"
END
......@@ -5,19 +5,19 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.53
#define Module_Date_CMHG 18 Dec 2002
#define Module_MinorVersion_CMHG 4.79.2.54
#define Module_Date_CMHG 22 Jan 2003
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.53"
#define Module_Date "18 Dec 2002"
#define Module_MinorVersion "4.79.2.54"
#define Module_Date "22 Jan 2003"
#define Module_ApplicationDate "18-Dec-02"
#define Module_ApplicationDate "22-Jan-03"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.53)"
#define Module_HelpVersion "5.35 (18 Dec 2002) 4.79.2.53"
#define Module_FullVersion "5.35 (4.79.2.54)"
#define Module_HelpVersion "5.35 (22 Jan 2003) 4.79.2.54"
#define Module_LibraryVersionInfo "5:35"
......@@ -81,6 +81,16 @@ HALDeviceExpBus_Acorn # 1 :SHL: 24
HALDeviceExpBus_ISA # 1 :SHL: 24
HALDeviceExpBus_PCI # 1 :SHL: 24
^ 0
HALDeviceID_DMAC_M1535Legacy # 1
HALDeviceID_DMAC_M1535IDE # 1
^ 0
HALDeviceID_DMAB_M1535Legacy # 1
^ 0
HALDeviceID_DMAL_M1535IDE # 1
]
OPT OldOpt
......
......@@ -23,7 +23,7 @@ ExtraRMANeeded * 24*1024 ; Amount you get extra on top of what you configured
ModHand_IntrinsicBI SETL {TRUE} :LAND: ChocolateOSMod ;base module incarnation 'node' is in module node
GBLL ModHand_InitDieServices
ModHand_InitDieServices SETL {FALSE} :LAND: ModHand_IntrinsicBI
ModHand_InitDieServices SETL {TRUE} :LAND: ModHand_IntrinsicBI
; Test version, incorporating multiple incarnation attempt
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment