home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / config / device / driver.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  1.0 KB  |  26 lines

  1. DEVICE=[d:][pathname]DRIVER.SYS /D:n [/T:t] [/S:s] [/H:h] [/F:f] [/N] [/C]
  2.                                 [new DOS 3.3]
  3.  
  4. Each DEVICE line installs a device driver for a disk on your computer and
  5. assigns a unique drive letter to the disk. The assigned drive name will
  6. follow C: (and any other drive letters assigned to partitions on the drive C:
  7. occupies). Some versions of DOS use DRIVPARM to avoid additional device
  8. drivers.
  9.  
  10. n is an index assigned to a drive. For diskettes, indexes should be less than
  11.     128. 0=D, 1=F, etc. Hard disks can be above 128. Multiple DRIVER.SYS lines
  12.     for an index are allowed.
  13.  
  14. /T:t sets tracks per side, 1-999 (default 80)
  15.  
  16. /S:s sets sectors per track, 1-99 (default 9)
  17.  
  18. /H:h sets maximum number of heads, 1-99 (default 2)
  19.  
  20. /F:f sets form factor, 0=160/180/320/360Kb, 1=1.2Mb, 2=720Kb (default),
  21.     3=8" SD, 4=8" DD, 5=hard disk, 6=tape drive, 7-1.44Mb
  22.  
  23. /N sets nonremovable block device
  24.  
  25. /C sets changeline (door-open) support as available
  26.