Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Phil Pemberton
Kernel
Commits
583bff57
Commit
583bff57
authored
24 years ago
by
Kevin Bracey
Browse files
Options
Download
Email Patches
Plain Diff
Block NVMemory write checksumming fixed.
Version 5.35, 4.79.2.21. Tagged as 'Kernel-5_35-4_79_2_21'
parent
a4791fbf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
15 deletions
+16
-15
VersionASM
VersionASM
+6
-6
VersionNum
VersionNum
+8
-8
s/PMF/i2cutils
s/PMF/i2cutils
+2
-1
No files found.
VersionASM
View file @
583bff57
...
...
@@ -13,12 +13,12 @@
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.35"
Module_Version SETA 535
Module_MinorVersion SETS "4.79.2.2
0
"
Module_Date SETS "1
6
Mar 2001"
Module_ApplicationDate2 SETS "1
6
-Mar-01"
Module_ApplicationDate4 SETS "1
6
-Mar-2001"
Module_MinorVersion SETS "4.79.2.2
1
"
Module_Date SETS "1
9
Mar 2001"
Module_ApplicationDate2 SETS "1
9
-Mar-01"
Module_ApplicationDate4 SETS "1
9
-Mar-2001"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.35 (4.79.2.2
0
)"
Module_HelpVersion SETS "5.35 (1
6
Mar 2001) 4.79.2.2
0
"
Module_FullVersion SETS "5.35 (4.79.2.2
1
)"
Module_HelpVersion SETS "5.35 (1
9
Mar 2001) 4.79.2.2
1
"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
583bff57
...
...
@@ -4,19 +4,19 @@
*
*/
#define Module_MajorVersion_CMHG 5.35
#define Module_MinorVersion_CMHG 4.79.2.2
0
#define Module_Date_CMHG 1
6
Mar 2001
#define Module_MinorVersion_CMHG 4.79.2.2
1
#define Module_Date_CMHG 1
9
Mar 2001
#define Module_MajorVersion "5.35"
#define Module_Version 535
#define Module_MinorVersion "4.79.2.2
0
"
#define Module_Date "1
6
Mar 2001"
#define Module_MinorVersion "4.79.2.2
1
"
#define Module_Date "1
9
Mar 2001"
#define Module_ApplicationDate2 "1
6
-Mar-01"
#define Module_ApplicationDate4 "1
6
-Mar-2001"
#define Module_ApplicationDate2 "1
9
-Mar-01"
#define Module_ApplicationDate4 "1
9
-Mar-2001"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "RiscOS/Sources/Kernel"
#define Module_FullVersion "5.35 (4.79.2.2
0
)"
#define Module_HelpVersion "5.35 (1
6
Mar 2001) (4.79.2.2
0
)"
#define Module_FullVersion "5.35 (4.79.2.2
1
)"
#define Module_HelpVersion "5.35 (1
9
Mar 2001) (4.79.2.2
1
)"
This diff is collapsed.
Click to expand it.
s/PMF/i2cutils
View file @
583bff57
...
...
@@ -446,8 +446,9 @@ WriteSubBlock ROUT
16
SUBS
R5
,
R5
,
#
1
; update checksum
LDRCS
R14
,
[
R1
],
#
1
ADDCS
R
4
,
R
4
,
R14
ADDCS
R
6
,
R
6
,
R14
BCS
%BT16
MOV
R4
,
R6
Pull
"R3,R5-R6,PC"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment