Commit 16021e84 authored by David Cotton's avatar David Cotton
Browse files

Change for Customer M build.

Detail:
    The Kernel now sets "ProtectStationID" on the basis of the Embedded_UI
flag, rather than the STB flag, so you're able to set the bottom byte of your
IP address in IPConfig.

Admin:
    Untested.

Version 5.35, 4.79.2.46. Tagged as 'Kernel-5_35-4_79_2_46'
parent eada7fde
......@@ -13,12 +13,12 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.45"
Module_Date SETS "04 Jul 2001"
Module_ApplicationDate2 SETS "04-Jul-01"
Module_ApplicationDate4 SETS "04-Jul-2001"
Module_MinorVersion SETS "4.79.2.46"
Module_Date SETS "11 Jul 2001"
Module_ApplicationDate2 SETS "11-Jul-01"
Module_ApplicationDate4 SETS "11-Jul-2001"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.45)"
Module_HelpVersion SETS "5.35 (04 Jul 2001) 4.79.2.45"
Module_FullVersion SETS "5.35 (4.79.2.46)"
Module_HelpVersion SETS "5.35 (11 Jul 2001) 4.79.2.46"
END
......@@ -4,19 +4,19 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.45
#define Module_Date_CMHG 04 Jul 2001
#define Module_MinorVersion_CMHG 4.79.2.46
#define Module_Date_CMHG 11 Jul 2001
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.45"
#define Module_Date "04 Jul 2001"
#define Module_MinorVersion "4.79.2.46"
#define Module_Date "11 Jul 2001"
#define Module_ApplicationDate2 "04-Jul-01"
#define Module_ApplicationDate4 "04-Jul-2001"
#define Module_ApplicationDate2 "11-Jul-01"
#define Module_ApplicationDate4 "11-Jul-2001"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.45)"
#define Module_HelpVersion "5.35 (04 Jul 2001) (4.79.2.45)"
#define Module_FullVersion "5.35 (4.79.2.46)"
#define Module_HelpVersion "5.35 (11 Jul 2001) (4.79.2.46)"
......@@ -19,6 +19,7 @@
GET Hdr:System
GET Hdr:Machine.<Machine>
GET Hdr:ImageSize.<ImageSize>
GET Hdr:UserIF.<UserIF>
$GetCPU
$GetIO
$GetMEMC
......
......@@ -20,7 +20,7 @@ ErrorsInR0 SETL Module ; if FALSE, use XOS_GenerateError for
; if TRUE, return error ptr in R0
GBLL ProtectStationID ; if TRUE, disallow OSBYTE &A2,0,n
ProtectStationID SETL {TRUE}:LAND::LNOT:STB
ProtectStationID SETL {TRUE}:LAND::LNOT:Embedded_UI
[ STB
; STB and NC machines probably want Num lock off.
......
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