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
RiscOS
Sources
Kernel
Commits
34480170
Commit
34480170
authored
25 years ago
by
Kevin Bracey
Browse files
Options
Download
Email Patches
Plain Diff
Second attempt to fix PortableFlags corruption.
Version 4.95. Tagged as 'Kernel-4_95'
parent
53149296
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
8 deletions
+9
-8
VersionASM
VersionASM
+3
-3
VersionNum
VersionNum
+5
-5
s/PMF/osinit
s/PMF/osinit
+1
-0
No files found.
VersionASM
View file @
34480170
...
...
@@ -6,9 +6,9 @@
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "4.9
4
"
Module_Version SETA 49
4
Module_MajorVersion SETS "4.9
5
"
Module_Version SETA 49
5
Module_MinorVersion SETS ""
Module_Date SETS "13 Oct 1999"
Module_FullVersion SETS "4.9
4
"
Module_FullVersion SETS "4.9
5
"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
34480170
/* (4.9
4
)
/* (4.9
5
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 4.9
4
#define Module_MajorVersion_CMHG 4.9
5
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 13 Oct 1999
#define Module_MajorVersion "4.9
4
"
#define Module_Version 49
4
#define Module_MajorVersion "4.9
5
"
#define Module_Version 49
5
#define Module_MinorVersion ""
#define Module_Date "13 Oct 1999"
#define Module_FullVersion "4.9
4
"
#define Module_FullVersion "4.9
5
"
This diff is collapsed.
Click to expand it.
s/PMF/osinit
View file @
34480170
...
...
@@ -353,6 +353,7 @@ PostInit ROUT
MOVVS
R1
,
#
0
01
AND
R1
,
R1
,
#(
PortableFeature_Speed
:OR:
PortableFeature_Idle
:OR:
PortableFeature_Stop
)
MOV
R0
,
#
0
STRB
R1
,
[
R0
,
#
PortableFlags
]
|
MOV
r0
,
#
0
; allow SWI Portable_Speed to be issued
...
...
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