VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
ec8f24b7faaf3 (Thomas Gleixner       2019-05-19 13:07:45 +0100  1) # SPDX-License-Identifier: GPL-2.0-only
10951bf05d952 (Alexey Dobriyan       2009-01-22 10:49:44 +0300  2) config AFFS_FS
6d7a19fa74732 (Kees Cook             2013-01-16 18:54:04 -0800  3) 	tristate "Amiga FFS file system support"
6d7a19fa74732 (Kees Cook             2013-01-16 18:54:04 -0800  4) 	depends on BLOCK
10951bf05d952 (Alexey Dobriyan       2009-01-22 10:49:44 +0300  5) 	help
10951bf05d952 (Alexey Dobriyan       2009-01-22 10:49:44 +0300  6) 	  The Fast File System (FFS) is the common file system used on hard
10951bf05d952 (Alexey Dobriyan       2009-01-22 10:49:44 +0300  7) 	  disks by Amiga(tm) systems since AmigaOS Version 1.3 (34.20).  Say Y
10951bf05d952 (Alexey Dobriyan       2009-01-22 10:49:44 +0300  8) 	  if you want to be able to read and write files from and to an Amiga
10951bf05d952 (Alexey Dobriyan       2009-01-22 10:49:44 +0300  9) 	  FFS partition on your hard drive.  Amiga floppies however cannot be
10951bf05d952 (Alexey Dobriyan       2009-01-22 10:49:44 +0300 10) 	  read with this driver due to an incompatibility of the floppy
10951bf05d952 (Alexey Dobriyan       2009-01-22 10:49:44 +0300 11) 	  controller used in an Amiga and the standard floppy controller in
0c1bc6b84525b (Mauro Carvalho Chehab 2020-04-14 18:48:37 +0200 12) 	  PCs and workstations. Read <file:Documentation/filesystems/affs.rst>
10951bf05d952 (Alexey Dobriyan       2009-01-22 10:49:44 +0300 13) 	  and <file:fs/affs/Changes>.
10951bf05d952 (Alexey Dobriyan       2009-01-22 10:49:44 +0300 14) 
10951bf05d952 (Alexey Dobriyan       2009-01-22 10:49:44 +0300 15) 	  With this driver you can also mount disk files used by Bernd
10951bf05d952 (Alexey Dobriyan       2009-01-22 10:49:44 +0300 16) 	  Schmidt's Un*X Amiga Emulator
10951bf05d952 (Alexey Dobriyan       2009-01-22 10:49:44 +0300 17) 	  (<http://www.freiburg.linux.de/~uae/>).
10951bf05d952 (Alexey Dobriyan       2009-01-22 10:49:44 +0300 18) 	  If you want to do this, you will also need to say Y or M to "Loop
10951bf05d952 (Alexey Dobriyan       2009-01-22 10:49:44 +0300 19) 	  device support", above.
10951bf05d952 (Alexey Dobriyan       2009-01-22 10:49:44 +0300 20) 
10951bf05d952 (Alexey Dobriyan       2009-01-22 10:49:44 +0300 21) 	  To compile this file system support as a module, choose M here: the
10951bf05d952 (Alexey Dobriyan       2009-01-22 10:49:44 +0300 22) 	  module will be called affs.  If unsure, say N.