Jump to content

IFS Interfaces: Difference between revisions

From EDM2
No edit summary
Line 1: Line 1:


==Installable File System==
==Installable File System==
Some general information is available at [[OS/2 Installable File Systems]] page.  
Some general information is available at [[Installable File Systems]] page.  
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
===BlackBox/OS2LDR interface===
===BlackBox/OS2LDR interface===
Line 63: Line 63:


==Links==
==Links==
* [[OS/2 Installable File Systems]]
* [[Installable File Systems]]


== External References ==
== External References ==

Revision as of 00:23, 30 June 2016

Installable File System

Some general information is available at Installable File Systems page.

BlackBox/OS2LDR interface

  • DH
  • DL
  • DS:SI
  • ES:DI

microFSD entry points interface

  • mu_Open
  • mu_Read
  • mu_Close
  • mu_Terminate

Stage 1 Interfaces

mini-FSD Entry Points

  • MFS_CHGFILEPTR
  • MFS_CLOSE
  • MFS_INIT
  • MFS_OPEN
  • MFS_READ
  • MFS_TERM

mini-FSD Helper Routines

  • MFSH_CALLRM
  • MFSH_DOVOLIO
  • MFSH_INTERR
  • MFSH_LOCK
  • MFSH_PHYSTOVIRT
  • MFSH_SEGALLOC
  • MFSH_SEGFREE
  • MFSH_SEGREALLOC
  • MFSH_SETBOOTDRIVE
  • MFSH_UNLOCK
  • MFSH_UNPHYSTOVIRT
  • MFSH_VIRT2PHYS

Stage 2 Intefaces

  • FS_ATTACH
  • FS_ATTRIBUTE
  • FS_CHGFILEPTR
  • FS_CLOSE
  • FS_COMMIT
  • FS_INIT
  • FS_IOCTL
  • FS_MOUNT
  • FS_NAME
  • FS_OPENCREATE
  • FS_PROCESSNAME
  • FS_READ

Stage 3 Interfaces

  • MFS_TERM


Links

External References