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
34ce0784
Commit
34ce0784
authored
25 years ago
by
Kevin Bracey
Browse files
Options
Download
Email Patches
Plain Diff
Actually call the PortManager service call handling routine.
Version 4.93. Tagged as 'Kernel-4_93'
parent
dca30c08
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
8 deletions
+12
-8
VersionASM
VersionASM
+3
-3
VersionNum
VersionNum
+5
-5
s/ArthurSWIs
s/ArthurSWIs
+4
-0
No files found.
VersionASM
View file @
34ce0784
...
...
@@ -6,9 +6,9 @@
GBLS Module_MinorVersion
GBLS Module_Date
GBLS Module_FullVersion
Module_MajorVersion SETS "4.9
2
"
Module_Version SETA 49
2
Module_MajorVersion SETS "4.9
3
"
Module_Version SETA 49
3
Module_MinorVersion SETS ""
Module_Date SETS "07 Oct 1999"
Module_FullVersion SETS "4.9
2
"
Module_FullVersion SETS "4.9
3
"
END
This diff is collapsed.
Click to expand it.
VersionNum
View file @
34ce0784
/* (4.9
2
)
/* (4.9
3
)
*
* This file is automatically maintained by srccommit, do not edit manually.
*
*/
#define Module_MajorVersion_CMHG 4.9
2
#define Module_MajorVersion_CMHG 4.9
3
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 07 Oct 1999
#define Module_MajorVersion "4.9
2
"
#define Module_Version 49
2
#define Module_MajorVersion "4.9
3
"
#define Module_Version 49
3
#define Module_MinorVersion ""
#define Module_Date "07 Oct 1999"
#define Module_FullVersion "4.9
2
"
#define Module_FullVersion "4.9
3
"
This diff is collapsed.
Click to expand it.
s/ArthurSWIs
View file @
34ce0784
...
...
@@ -731,6 +731,10 @@ Issue_Service ROUT ; R1 is service number, R2 may be a parameter
CMP
r1
,
#
Service_NewApplication
BEQ
checkmoshandlers
[
STB
CMP
r1
,
#
Service_PortMan
BLEQ
svc_PortMan
]
[
ChocolateService
05
...
...
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