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
Ben Avison
Kernel
Commits
12bda804
Commit
12bda804
authored
25 years ago
by
Kevin Bracey
Browse files
Options
Download
Email Patches
Plain Diff
Call to Portable_Idle in OS_Byte 19 was corrupting R14.
Version 4.97. Tagged as 'Kernel-4_97'
parent
ec188df3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
11 deletions
+11
-11
VersionASM
VersionASM
+3
-3
VersionNum
VersionNum
+5
-5
s/PMF/osbyte
s/PMF/osbyte
+3
-3
No files found.
VersionASM
View file @
12bda804
...
...
@@ -6,9 +6,9 @@
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "4.9
6
"
Module_Version SETA 49
6
Module_MajorVersion SETS "4.9
7
"
Module_Version SETA 49
7
Module_MinorVersion SETS ""
Module_Date SETS "14 Oct 1999"
Module_FullVersion SETS "4.9
6
"
Module_FullVersion SETS "4.9
7
"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
12bda804
/* (4.9
6
)
/* (4.9
7
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 4.9
6
#define Module_MajorVersion_CMHG 4.9
7
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 14 Oct 1999
#define Module_MajorVersion "4.9
6
"
#define Module_Version 49
6
#define Module_MajorVersion "4.9
7
"
#define Module_Version 49
7
#define Module_MinorVersion ""
#define Module_Date "14 Oct 1999"
#define Module_FullVersion "4.9
6
"
#define Module_FullVersion "4.9
7
"
This diff is collapsed.
Click to expand it.
s/PMF/osbyte
View file @
12bda804
...
...
@@ -640,7 +640,7 @@ Osbyte12 ROUT
Osbyte13
ROUT
MOV
R
14
,
PC
MOV
R
3
,
PC
; bug fix for MED-03165. Having a DPMS-blanked screen stopped printing.
; The reason is that HSyncs stop and VSyncs stop as a consequence,
...
...
@@ -661,7 +661,7 @@ Osbyte13 ROUT
LDRB
R2
,
CFStime
10
TEQP
R
14
,
#
I_bit
; CLI
TEQP
R
3
,
#
I_bit
; CLI
;StrongARM core will not see interrupt unless disable is cleared for at least 5 cycles,
;in order to fill synchroniser pipe
...
...
@@ -679,7 +679,7 @@ Osbyte13 ROUT
NOP
]
TEQP
R
14
,
#
0
; SEI
TEQP
R
3
,
#
0
; SEI
LDRB
R1
,
CFStime
TEQ
R1
,
R2
BEQ
%BT10
...
...
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