aboutsummaryrefslogtreecommitdiffstats
path: root/dmsdos.lsm
blob: 8911051ea57ab02fa2e58f8775834a23919e08e7 (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
29
30
31
32
33
34
35
36
37
38
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