home *** CD-ROM | disk | FTP | other *** search
- COMMAND: VDISK (Virtual Disk)
-
- FUNCTION: Creates a virtual disk in RAM of specified size.
-
- FORMAT: DEVICE=[d:][path]VDISK.SYS [bbb] [sss] [ddd] [/E[:m]]
- in the CONFIG.SYS file.
-
- TYPE: DOS device driver
-
- REMARKS: bbb is the virtual disk size in decimal K bytes. The default is 64K
- bytes and the maximum is limited by the amount of available memory.
- sss is the sector size in bytes, where allowable sizes are 128, 256,
- or 512, and the default is 128 bytes.
- ddd is the maximum number of directory entries the virtual disk can
- contain. The default is 64, and the allowable range is 2 to 512.
- /E: allows an IBM AT to use extended memory to contain the virtual
- disk and m is the maximum number of sectors transferred at a time.
- The virtual disk is given the next available drive designation.