summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorcc4b05f61e2d8f77114750386c9f9a60 <cc4b05f61e2d8f7@7114750386c9f9a60>2023-05-11 14:38:47 +0000
committercc4b05f61e2d8f77114750386c9f9a60 <cc4b05f61e2d8f7@7114750386c9f9a60>2023-05-11 14:38:47 +0000
commitf5450bfd35a6410528d124f534c2b1a958cafe51 (patch)
treea808b12d6ad5343fabdec7b8918df6b4d844e03f /README
parent5ad2bb7a6ac7e97c031908d2439808a00fff6214 (diff)
dmsdos-0.9.2.2 addeddmsdos-0.9.2.2
Diffstat (limited to 'README')
-rw-r--r--README28
1 files changed, 28 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..77fb964
--- /dev/null
+++ b/README
@@ -0,0 +1,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