head	1.1;
branch	1.1.1;
access;
symbols
	dws_pl15i:1.1.1.2
	LINUX_0_99_15I:1.1.1.2
	cluster_15h:1.1.1.2
	dws_pl15h_ibcs:1.1.1.2
	LINUX_0_99_15H:1.1.1.2
	LINUX_0_99_15G:1.1.1.2
	dws_pl15f_cluster_08a:1.1.1.2
	dws_pl15f:1.1.1.2
	LINUX_0_99_15F:1.1.1.2
	dws_pl15e:1.1.1.2
	LINUX_0_99_15E:1.1.1.2
	LINUX_0_99_15D:1.1.1.2
	LINUX_0_99_15C:1.1.1.2
	dws_pl15b:1.1.1.2
	LINUX_0_99_15B:1.1.1.2
	dws_pl15a:1.1.1.2
	LINUX_0_99_15A:1.1.1.2
	dws_pl15:1.1.1.2
	LINUX_0_99_15:1.1.1.2
	LINUX_0_99_14Z:1.1.1.2
	dws_pl14y:1.1.1.2
	LINUX_0_99_14Y:1.1.1.2
	dws_pl14x:1.1.1.2
	LINUX_0_99_14X:1.1.1.2
	LINUX_0_99_14W:1.1.1.2
	LINUX_0_99_14V:1.1.1.2
	LINUX_0_99_14U:1.1.1.2
	dws_pl14t:1.1.1.2
	LINUX_0_99_14T:1.1.1.2
	dws_pl14s:1.1.1.2
	LINUX_0_99_14S:1.1.1.2
	dws_pl14r:1.1.1.2
	LINUX_0_99_14R:1.1.1.2
	dws_pl14q:1.1.1.2
	LINUX_0_99_14Q:1.1.1.2
	dws_pl14p:1.1.1.2
	LINUX_0_99_14P:1.1.1.2
	dws_pl14o:1.1.1.1
	LINUX_0_99_14O:1.1.1.1
	LINUX_0_99_14M:1.1.1.1
	LINUX_0_99_14L:1.1.1.1
	LINUX_0_99_14K:1.1.1.1
	LINUX_0_99_14J:1.1.1.1
	LINUX_0_99_14I:1.1.1.1
	LINUX_0_99_14H:1.1.1.1
	LINUX_0_99_14G:1.1.1.1
	LINUX:1.1.1;
locks; strict;
comment	@# @;


1.1
date	94.01.08.15.52.03;	author steinber;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.01.08.15.52.04;	author steinber;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	94.01.14.11.12.22;	author steinber;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@This is the implementation of the SystemV/Coherent filesystem for Linux.
It implements all of
  - Xenix FS,
  - SystemV/386 FS,
  - Coherent FS.

This is version alpha 5.

To install:
* You need Linux 0.99.14.
* Go to /usr/src/linux, unpack the tar file there, and patch the Linux source:
    patch -p1 < sysvfs.cdif
  To build the Linux kernel with the patches:
    make config
    make depend
    make
* To mount a disk or a partition, use
    mount [-r] -t sysv device mountpoint
  The file system type names
               -t sysv
               -t xenix
               -t coherent
  may be used interchangeably, but the last two will eventually disappear.

Bugs in the present implementation:
- Coherent FS:
  - The "free list interleave" n:m is currently ignored.
  - Only file systems with no filesystem name and no pack name are recognized.
  (See Coherent "man mkfs" for a description of these features.)
- SystemV Release 2 FS:
  The superblock is only searched in the blocks 9, 15, 18, which corresponds to the
  beginning of track 1 on floppy disks. No support for this FS on hard disk yet.


Please report any bugs and suggestions to
  Bruno Haible <haible@@ma2s2.mathematik.uni-karlsruhde.de> or
  Pascal Haible <haible@@izfm.uni-stuttgart.de> .


Bruno Haible
<haible@@ma2s2.mathematik.uni-karlsruhe.de>

@


1.1.1.1
log
@LINUX_0_99_14G
@
text
@@


1.1.1.2
log
@LINUX_0_99_14P
@
text
@d7 1
a7 1
This is version beta 1.
d10 7
a16 2
* Answer the 'System V and Coherent filesystem support' question with 'y'
  when configuring the kernel.
@
