.name
VDisk
.type
OS Utility
.short
ASDG-ram like recoverable ram drive
.description
vdisk.device is a driver for a recoverable RAM disk. It started 2 years
ago as a hack of ASDG-RAM (written by Perry S. Kivolowitz).  These hacked
versions (1.3 -> 1.12) were not distributed.  As of version 2.0, it has
been entirely rewritten, with many new features added :

 - Up to 16 units with virtually unlimited size (512 MB)
 - Dynamic memory allocation and (optionnaly) deallocation
 - Full support of all AmigaDOS Filesystems.
 - Will survive the heaviest system crashes as long as its own data is not 
   corrupted.
 - In case of a recovery failure, the cause can be reported by a support
   command.
.version
2.5
.date
1994.12.29
.author
Etienne Vogt
.requirements
Requires OS2.04+
.distribution
Freeware
.email
vogt@mesiob.obspm.fr
.tested
 - A500 68000 ECS , 1 Mb Chip 2 Mb Fast , WB 2.04 -> 3.1
   20 Mb IDE-XT + 170 Mb SCSI HDs
 - A3000 68030 ECS, 2 Mb Chip 8 Mb Fast , WB 2.04 -> 3.1
   100 Mb + 1 Gb SCSI HDs
 - A500 68040(PP&S) ECS , 1 Mb Chip 2 Mb Fast16 8 Mb Fast32 , WB 2.04
   50 Mb SCSI HD
 - A4000 68040 AGA, 2 Mb Chip 8 Mb Fast , WB 3.0
   120 Mb IDE HD
.docs
vdisk.doc
vdisk_fr.doc
.described-by
Dan Fish (daf@daffy.amigalib.com)
.submittal
Downloaded via ftp from wuarchive.wustl.edu.
.aminet-dir
disk/misc
.execute
set choice `RequestChoice "VDisk" "Please select an option" "View French Docs" "View English Docs" "Cancel"`
if $choice EQ "0"
  quit 5
endif

if $choice EQ "1"
  metatool vdisk_fr.doc TEXT
endif

if $choice EQ "2"
  metatool vdisk.doc TEXT
endif
