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
Jeffrey Lee
Kernel
Commits
99ecce92
Commit
99ecce92
authored
2 years ago
by
ROOL
Browse files
Options
Download
Email Patches
Plain Diff
Resync with allocations database
Version 6.61. Tagged as 'Kernel-6_61'
parent
f285297b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
17 deletions
+22
-17
VersionASM
VersionASM
+6
-6
VersionNum
VersionNum
+10
-10
hdr/RISCOS
hdr/RISCOS
+6
-1
No files found.
VersionASM
View file @
99ecce92
...
...
@@ -9,12 +9,12 @@
GBLS Module_ApplicationDate
GBLS Module_HelpVersion
GBLS Module_ComponentName
Module_MajorVersion SETS "6.6
0
"
Module_Version SETA 66
0
Module_MajorVersion SETS "6.6
1
"
Module_Version SETA 66
1
Module_MinorVersion SETS ""
Module_Date SETS "0
1
J
u
n 202
2
"
Module_ApplicationDate SETS "0
1
-J
u
n-2
2
"
Module_Date SETS "0
5
J
a
n 202
3
"
Module_ApplicationDate SETS "0
5
-J
a
n-2
3
"
Module_ComponentName SETS "Kernel"
Module_FullVersion SETS "6.6
0
"
Module_HelpVersion SETS "6.6
0
(0
1
J
u
n 202
2
)"
Module_FullVersion SETS "6.6
1
"
Module_HelpVersion SETS "6.6
1
(0
5
J
a
n 202
3
)"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
99ecce92
/* (6.6
0
)
/* (6.6
1
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 6.6
0
#define Module_MajorVersion_CMHG 6.6
1
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 0
1
J
u
n 202
2
#define Module_Date_CMHG 0
5
J
a
n 202
3
#define Module_MajorVersion "6.6
0
"
#define Module_Version 66
0
#define Module_MajorVersion "6.6
1
"
#define Module_Version 66
1
#define Module_MinorVersion ""
#define Module_Date "0
1
J
u
n 202
2
"
#define Module_Date "0
5
J
a
n 202
3
"
#define Module_ApplicationDate "0
1
-J
u
n-2
2
"
#define Module_ApplicationDate "0
5
-J
a
n-2
3
"
#define Module_ComponentName "Kernel"
#define Module_FullVersion "6.6
0
"
#define Module_HelpVersion "6.6
0
(0
1
J
u
n 202
2
)"
#define Module_LibraryVersionInfo "6:6
0
"
#define Module_FullVersion "6.6
1
"
#define Module_HelpVersion "6.6
1
(0
5
J
a
n 202
3
)"
#define Module_LibraryVersionInfo "6:6
1
"
This diff is collapsed.
Click to expand it.
hdr/RISCOS
View file @
99ecce92
...
...
@@ -153,7 +153,9 @@ SWIClass SETS RISCOS_Kernel_1SWI_Name
AddSWI
EnterUSR26
; &74 first used in Ursula
AddSWI
VIDCDivider
; &75
AddSWI
NVMemory
; &76
^
OS_NVMemory
+
4
^
OS_NVMemory
+
2
AddSWI
TaskControl
; &78
^
OS_TaskControl
+
2
AddSWI
Hardware
; &7A
AddSWI
IICOp
; &7B
AddSWI
LeaveOS
; &7C
...
...
@@ -163,6 +165,9 @@ SWIClass SETS RISCOS_Kernel_1SWI_Name
NCORESWIS
*
OS_HeapSort32
+
1
; There are this many kernel SWIs, 0..NCORESWIS-1
; Steer clear of SWI &AB:
; It is used for semi-hosting debug in Thumb mode in profile A/R before ARMv7VE
ASSERT
@
<=
&C0
SWIClass
SETS
RISCOS_StringConversionSWI_Name
...
...
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