Jump to content

IFS - IFS Commands: Difference between revisions

From EDM2
Created page with "{{IFSRef}} {{IBM-Reprint}} ==IFS (CONFIG.SYS Command)== An FSD is loaded and initialized at system start-up when an IFS= statement is encountered in CONFIG.SYS. The syntax of..."
 
Ak120 (talk | contribs)
mNo edit summary
 
Line 3: Line 3:


==IFS (CONFIG.SYS Command)==
==IFS (CONFIG.SYS Command)==
An FSD is loaded and initialized at system start-up when an IFS= statement is encountered in CONFIG.SYS. The syntax of this command is as follows:  
An FSD is loaded and initialized at system start-up when an IFS= statement is encountered in CONFIG.SYS. The syntax of this command is as follows:
 
  IFS=drive:path\name.ext parms
  IFS=drive:path\name.ext parms
where  
where
 
*drive:path\name.ext specifies the FSD to load and initialize.
*drive:path\name.ext specifies the FSD to load and initialize.  
*parms represents an FSD-defined string of initialization parameters.
*parms represents an FSD-defined string of initialization parameters.  


See the OS/2 Version 2.0 Online Command Reference for a detailed description of this command.  
See the OS/2 Version 2.0 Online Command Reference for a detailed description of this command.


[[Category:IFS]]
[[Category:IFS]]

Latest revision as of 16:34, 11 February 2020

Installable File Systems for OS/2
  1. Installable File System Mechanism
    1. Installable File System Overview
    2. Extended Attributes
    3. FSD File Image
    4. FSD Initialization
    5. IFS Commands
    6. File System Function Calls
    7. FSD System Interfaces
    8. FSD Calling Conventions and Requirements
  2. FS Service Routines
  3. FS Helper Functions
  4. Remote IPL / Bootable IFS
  5. mini-FDS Entry Points
  6. mini-FDS Helper Routines

Reprint Courtesy of International Business Machines Corporation, © International Business Machines Corporation

IFS (CONFIG.SYS Command)

An FSD is loaded and initialized at system start-up when an IFS= statement is encountered in CONFIG.SYS. The syntax of this command is as follows:

IFS=drive:path\name.ext parms

where

  • drive:path\name.ext specifies the FSD to load and initialize.
  • parms represents an FSD-defined string of initialization parameters.

See the OS/2 Version 2.0 Online Command Reference for a detailed description of this command.