home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / CONFIG2.ZIP / DEVICE.HLP < prev    next >
Text File  |  1989-06-01  |  519b  |  19 lines

  1. The DEVICE directive loads an installable device driver.  Drivers are
  2. typically found in a file with the .SYS extension.  DEVICE=
  3. statements are processed in order, and are sensitive to the order of
  4. IFS= statements as well.  All bimodal drivers are loaded before any
  5. real-mode-only drivers such as EGA.SYS.
  6.  
  7. Directive syntax:    DEVICE = pathname
  8.  
  9. Default value:        Not applicable
  10.  
  11. Multiple occurrences:    Yes
  12.  
  13. Affects protected mode:    Yes
  14.             
  15. Affects real mode:    Yes
  16.  
  17. Example:        DEVICE = C:\DRIVERS\COM01.SYS
  18.  
  19.