aboutsummaryrefslogtreecommitdiffstats
path: root/dmsdos.lsm
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 /dmsdos.lsm
parent5ad2bb7a6ac7e97c031908d2439808a00fff6214 (diff)
downloaddmsdosnow-f5450bfd35a6410528d124f534c2b1a958cafe51.tar.gz
dmsdos-0.9.2.2 addeddmsdos-0.9.2.2
Diffstat (limited to 'dmsdos.lsm')
-rw-r--r--dmsdos.lsm39
1 files changed, 39 insertions, 0 deletions
diff --git a/dmsdos.lsm b/dmsdos.lsm
new file mode 100644
index 0000000..8911051
--- /dev/null
+++ b/dmsdos.lsm
@@ -0,0 +1,39 @@
+Begin3
+Title: dmsdos
+Version: 0.9.2.2
+Entered-date: 04DEC1999
+Description: dmsdos: reads and writes compressed dos filesystems (CVF-FAT)
+ * read and write access to compressed partitions (files like
+ dblspace.xxx, drvspace.xxx and stacvol.xxx). The following
+ configurations are supported:
+ - DoubleSpace / DriveSpace (msdos 6.x)
+ - DoubleSpace / DriveSpace (older win95 releases)
+ - DriveSpace 3 (win95 with Plus! pack or newer win95)
+ - Stacker 3
+ - Stacker 4
+ * Works with FAT32, NLS, codepages etc. (tested with fat32
+ patches version 0.2.8 under Linux 2.0.33 and with fat32 in
+ standard 2.1.xx kernels and 2.0.[34-36], also tested with
+ 2.2.[0-2] kernels). Tested with patched 2.2.13 and 2.3.30.
+ * Dmsdos can run together with vfat or umsdos for long
+ filenames.
+ * Dmsdos has been redesigned to be ready for SMP.
+ * Dmsdos compiles both under libc5 and libc6.
+ * The dmsdos library and some dmsdos tools compile even in a
+ 32 bit Dos/Windows environment.
+Keywords: filesystem compression doublespace drivespace stacker
+Author: gockel@sent13.uni-duisburg.de (Frank Gockel)
+ pisa@cvlinux.felk.cvut.cz (Pavel Pisa)
+Maintained-by: gockel@sent13.uni-duisburg.de (Frank Gockel)
+ pisa@cvlinux.felk.cvut.cz (Pavel Pisa)
+Primary-site: sunsite.unc.edu /pub/Linux/system/Filesystems/dosfs
+ 262 kB dmsdos-0.9.2.1.tgz
+Alternate-site: ftp.uni-stuttgart.de /pub/systems/linux/local/system
+ 262 kB dmsdos-0.9.2.1.tgz
+ fb9nt.uni-duisburg.de /pub/linux/dmsdos
+ 262 kB dmsdosfs-0.9.2.1.tgz
+Original-site:
+Platforms: Linux 2.0.29 up to 2.0.36, 2.1.94+, 2.2.0+, 2.2.13+,
+ msdos 6.x, msdos 7.x, win95, winnt 4.0
+Copying-policy: GPL
+End