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
SDFS
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
RiscOS
S
Sources
F
FileSys
SDFS
SDFS
Commits
74212918
Commit
74212918
authored
Apr 29, 2014
by
Ben Avison
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable SDFS to start in the absence of the Free module
Version 0.04. Tagged as 'SDFS-0_04'
parent
df682e08
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
12 deletions
+11
-12
VersionNum
VersionNum
+10
-10
c/module
c/module
+1
-2
No files found.
VersionNum
View file @
74212918
/* (0.0
3
)
/* (0.0
4
)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.1.
*
*/
#define Module_MajorVersion_CMHG 0.0
3
#define Module_MajorVersion_CMHG 0.0
4
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG
30 Sep 2012
#define Module_Date_CMHG
29 Apr 2014
#define Module_MajorVersion "0.0
3
"
#define Module_Version
3
#define Module_MajorVersion "0.0
4
"
#define Module_Version
4
#define Module_MinorVersion ""
#define Module_Date "
30 Sep 2012
"
#define Module_Date "
29 Apr 2014
"
#define Module_ApplicationDate "
30-Sep-12
"
#define Module_ApplicationDate "
29-Apr-14
"
#define Module_ComponentName "SDFS"
#define Module_ComponentPath "cddl/RiscOS/Sources/FileSys/SDFS/SDFS"
#define Module_FullVersion "0.0
3
"
#define Module_HelpVersion "0.0
3 (30 Sep 2012
)"
#define Module_LibraryVersionInfo "0:
3
"
#define Module_FullVersion "0.0
4
"
#define Module_HelpVersion "0.0
4 (29 Apr 2014
)"
#define Module_LibraryVersionInfo "0:
4
"
c/module
View file @
74212918
...
...
@@ -101,8 +101,7 @@ _kernel_oserror *module_initialise(const char *cmd_tail, int podule_base, void *
}
/* Register with Free */
e
=
_swix
(
Free_Register
,
_INR
(
0
,
2
),
fsnumber_SDFS
,
free_veneer
,
&
free_handle
);
if
(
e
)
goto
failed_init
;
_swix
(
Free_Register
,
_INR
(
0
,
2
),
fsnumber_SDFS
,
free_veneer
,
&
free_handle
);
/* Check for compatible FileCore */
uint32_t
filecore_features
;
...
...
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