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
S
Sources
FileSys
PipeFS
Commits
1b38b56e
Commit
1b38b56e
authored
May 14, 2001
by
Kevin Bracey
Browse files
Added "32-bit compatible" module flag.
Version 0.22. Tagged as 'PipeFS-0_22'
parent
727584b9
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
10 deletions
+18
-10
VersionASM
VersionASM
+4
-4
VersionNum
VersionNum
+6
-6
s/PipeFS
s/PipeFS
+8
-0
No files found.
VersionASM
View file @
1b38b56e
...
@@ -11,14 +11,14 @@
...
@@ -11,14 +11,14 @@
GBLS Module_HelpVersion
GBLS Module_HelpVersion
GBLS Module_ComponentName
GBLS Module_ComponentName
GBLS Module_ComponentPath
GBLS Module_ComponentPath
Module_MajorVersion SETS "0.2
1
"
Module_MajorVersion SETS "0.2
2
"
Module_Version SETA 2
1
Module_Version SETA 2
2
Module_MinorVersion SETS ""
Module_MinorVersion SETS ""
Module_Date SETS "14 May 2001"
Module_Date SETS "14 May 2001"
Module_ApplicationDate2 SETS "14-May-01"
Module_ApplicationDate2 SETS "14-May-01"
Module_ApplicationDate4 SETS "14-May-2001"
Module_ApplicationDate4 SETS "14-May-2001"
Module_ComponentName SETS "PipeFS"
Module_ComponentName SETS "PipeFS"
Module_ComponentPath SETS "RiscOS/Sources/FileSys/PipeFS"
Module_ComponentPath SETS "RiscOS/Sources/FileSys/PipeFS"
Module_FullVersion SETS "0.2
1
"
Module_FullVersion SETS "0.2
2
"
Module_HelpVersion SETS "0.2
1
(14 May 2001)"
Module_HelpVersion SETS "0.2
2
(14 May 2001)"
END
END
VersionNum
View file @
1b38b56e
/* (0.2
1
)
/* (0.2
2
)
*
*
* This file is automatically maintained by srccommit, do not edit manually.
* This file is automatically maintained by srccommit, do not edit manually.
*
*
*/
*/
#define Module_MajorVersion_CMHG 0.2
1
#define Module_MajorVersion_CMHG 0.2
2
#define Module_MinorVersion_CMHG
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 14 May 2001
#define Module_Date_CMHG 14 May 2001
#define Module_MajorVersion "0.2
1
"
#define Module_MajorVersion "0.2
2
"
#define Module_Version 2
1
#define Module_Version 2
2
#define Module_MinorVersion ""
#define Module_MinorVersion ""
#define Module_Date "14 May 2001"
#define Module_Date "14 May 2001"
...
@@ -18,5 +18,5 @@
...
@@ -18,5 +18,5 @@
#define Module_ComponentName "PipeFS"
#define Module_ComponentName "PipeFS"
#define Module_ComponentPath "RiscOS/Sources/FileSys/PipeFS"
#define Module_ComponentPath "RiscOS/Sources/FileSys/PipeFS"
#define Module_FullVersion "0.2
1
"
#define Module_FullVersion "0.2
2
"
#define Module_HelpVersion "0.2
1
(14 May 2001)"
#define Module_HelpVersion "0.2
2
(14 May 2001)"
s/PipeFS
View file @
1b38b56e
...
@@ -208,6 +208,9 @@ DAReason_Renumber # 1
...
@@ -208,6 +208,9 @@ DAReason_Renumber # 1
|
|
DCD
0
DCD
0
]
]
[
:LNOT:
No32bitCode
DCD
module_flags
-
Module_BaseAddr
]
PipeFS_Title
PipeFS_Title
=
"PipeFS"
,
0
=
"PipeFS"
,
0
...
@@ -241,6 +244,11 @@ PipeFS_DAName
...
@@ -241,6 +244,11 @@ PipeFS_DAName
]
]
ALIGN
ALIGN
[
:LNOT:
No32bitCode
module_flags
DCD
ModuleFlag_32bit
]
; *****************************************************************************
; *****************************************************************************
;
;
; This command allows byte copying of one file to another
; This command allows byte copying of one file to another
...
...
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