Filesystem services: Difference between revisions
m Add "PathType" anchor to fix broken link on FS:OpenFile |
m Add anchors |
||
Line 1: | Line 1: | ||
= Services = | = Services = | ||
{{Anchor|FS}}{{Anchor|FSUSER}}{{Anchor|fs:USER}} | |||
== Filesystem service "fs:USER" == | == Filesystem service "fs:USER" == | ||
You can at most have 32 FS archive handles. | You can at most have 32 FS archive handles. | ||
Line 699: | Line 698: | ||
Each session for fs:USER has separate permissions, initially these are set to all zero's for new fs:USER sessions. The permissions/etc for fs:USER sessions are initialized via [[FS:Initialize]](loaded from the user process exheader). | Each session for fs:USER has separate permissions, initially these are set to all zero's for new fs:USER sessions. The permissions/etc for fs:USER sessions are initialized via [[FS:Initialize]](loaded from the user process exheader). | ||
{{Anchor|FSLDR}}{{Anchor|fs:LDR}} | |||
== Filesystem service "fs:LDR" == | == Filesystem service "fs:LDR" == | ||
This service is identical to fs:USER, except [[FS:OpenArchive]] archive 0x2345678E can only be accessed with fs:LDR. | This service is identical to fs:USER, except [[FS:OpenArchive]] archive 0x2345678E can only be accessed with fs:LDR. | ||
{{Anchor|FSReg}}{{Anchor|FSREG}}{{Anchor|fs:REG}} | |||
== ProgramRegistry service "fs:REG" == | == ProgramRegistry service "fs:REG" == | ||
{| class="wikitable" border="1" | {| class="wikitable" border="1" | ||
Line 1,633: | Line 1,634: | ||
=Errors= | =Errors= | ||
See [[Filesystem_services_PXI]]. | See [[Filesystem_services_PXI]]. | ||
[[Category:Services]] |