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
Desktop
Free
Commits
50a2e6c9
Commit
50a2e6c9
authored
Nov 29, 2011
by
Robert Sprowson
Browse files
Delete.
parent
19799dae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
57 deletions
+0
-57
Doc/Doc
Doc/Doc
+0
-57
No files found.
Doc/Doc
deleted
100644 → 0
View file @
19799dae
FS_Entry reason codes:
0 - NoOp - Just return.
1 - Get device name
r0 - 1 (Reason code)
r1 - FS number.
r2 -> Buffer.
r3 -> device name / id.
Exit:
r0 - length of name
r1 - preserved.
r2 - preserved.
r3 - preserved.
2 - Get free space for device.
r0 - 2 (Reason code)
r1 - FS number.
r2 -> Buffer
r3 -> Device name / id .
Exit:
Registers preserved.
[r2] - Total size of device.
[r2+4] - Free space on device.
[r2+8] - Used space on device.
OR
r2 = 0 if size unchanged from last time read.
3 - Compare device.
r0 - 3 (Reason code)
r1 - FS number.
r2 -> filename.
r3 -> Device id.
r6 -> Special field.
Exit:
Registers preserved.
Z set if r2 & r6 result in a file on the device pointed to by r3.
This call can simply return with Z set if the filing system is a FAST
filing system (E.G. RAMFS).
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