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
5b14d6ee
Commit
5b14d6ee
authored
22 years ago
by
Ben Avison
Browse files
Options
Download
Email Patches
Plain Diff
Documented change to SVC stack structure during ErrorV.
Version 5.47. Tagged as 'Kernel-5_47'
parent
6c8919c5
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
35 additions
and
20 deletions
+35
-20
Docs/32bit
Docs/32bit
+15
-0
VersionASM
VersionASM
+8
-8
VersionNum
VersionNum
+12
-12
No files found.
Docs/32bit
View file @
5b14d6ee
...
...
@@ -345,6 +345,21 @@ exit with:
Such code will not need altering between 26 and 32-bit versions.
A similar change will be made to the structure of the stack during ErrorV:
SVCSTK-4 Caller's R12
-8 Caller's R11
-12 Caller's R10
-16 Return R14 (26-bit - including flags)
will become:
SVCSTK-4 Caller's R12
-8 Caller's R11
-12 Caller's R10
-16 Return R14 (32-bit - no flags)
-20 Return PSR (32-bit)
MEMORY MAP
==========
...
...
This diff is collapsed.
Click to expand it.
VersionASM
View file @
5b14d6ee
;
; This file is automatically maintained by srccommit, do not edit manually.
; Last processed by srccommit version: 1.6
2
.
; Last processed by srccommit version: 1.6
7
.
;
GBLS Module_MajorVersion
GBLA Module_Version
...
...
@@ -12,14 +12,14 @@
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentPath
Module_MajorVersion SETS "5.4
6
"
Module_Version SETA 54
6
Module_MajorVersion SETS "5.4
7
"
Module_Version SETA 54
7
Module_MinorVersion SETS ""
Module_Date SETS "
08 Apr
2002"
Module_ApplicationDate2 SETS "
08-Apr
-02"
Module_ApplicationDate4 SETS "
08-Apr
-2002"
Module_Date SETS "
22 Aug
2002"
Module_ApplicationDate2 SETS "
22-Aug
-02"
Module_ApplicationDate4 SETS "
22-Aug
-2002"
Module_ComponentName SETS "Kernel"
Module_ComponentPath SETS "RiscOS/Sources/Kernel"
Module_FullVersion SETS "5.4
6
"
Module_HelpVersion SETS "5.4
6
(
08 Apr
2002)"
Module_FullVersion SETS "5.4
7
"
Module_HelpVersion SETS "5.4
7
(
22 Aug
2002)"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
5b14d6ee
/* (5.4
6
)
/* (5.4
7
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.6
2
.
* Last processed by srccommit version: 1.6
7
.
*
*/
#define Module_MajorVersion_CMHG 5.4
6
#define Module_MajorVersion_CMHG 5.4
7
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
08 Apr
2002
#define Module_Date_CMHG
22 Aug
2002
#define Module_MajorVersion "5.4
6
"
#define Module_Version 54
6
#define Module_MajorVersion "5.4
7
"
#define Module_Version 54
7
#define Module_MinorVersion ""
#define Module_Date "
08 Apr
2002"
#define Module_Date "
22 Aug
2002"
#define Module_ApplicationDate2 "
08-Apr
-02"
#define Module_ApplicationDate4 "
08-Apr
-2002"
#define Module_ApplicationDate2 "
22-Aug
-02"
#define Module_ApplicationDate4 "
22-Aug
-2002"
#define Module_ComponentName "Kernel"
#define Module_ComponentPath "RiscOS/Sources/Kernel"
#define Module_FullVersion "5.4
6
"
#define Module_HelpVersion "5.4
6
(
08 Apr
2002)"
#define Module_LibraryVersionInfo "5:4
6
"
#define Module_FullVersion "5.4
7
"
#define Module_HelpVersion "5.4
7
(
22 Aug
2002)"
#define Module_LibraryVersionInfo "5:4
7
"
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