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