aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 77fb96421cf0873b5227c637a73b138ebbed4528 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
This is the README for the DMSDOS CVF-FAT filesystem extensions. 

CVF-FAT is a generic modular Compressed Volume Files interface for the FAT 
filesystems.

DMSDOS is a module which provides similar functionality to the former dmsdos 
filesystem: support for Microsoft's doublespace/drivespace and for Stac's 
stacker. DMSDOS uses the CVF-FAT extensions and can be considered as a
sample implementation for using the CVF-FAT extensions. 

CVF-FAT is the official successor of the dmsdos filesystem. DMSDOS itself
is still continued, but it now is a child of CVF-FAT and not a filesystem
any more.

List of files to read:
----------------------

README             this file
INSTALL.TXT        how to install CVF-FAT and dmsdos
patches/DIFFS.TXT  description of kernel patches ("when do I use which one")
PORT_TO_WIN32      if you want to run dmsdos utilities in a Win32 environment

Other directories:

doc/            various documentation
man/            man pages for dmsdos utilities
src/            complete source code for dmsdos
patches/        kernel patches and updates for the CVF-FAT interface