mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
Update documentation.
This commit is contained in:
12
README.md
12
README.md
@@ -4,9 +4,15 @@ FluxEngine
|
|||||||
(If you're reading this on GitHub, the formatting's a bit messed up. [Try the
|
(If you're reading this on GitHub, the formatting's a bit messed up. [Try the
|
||||||
version on cowlark.com instead.](http://cowlark.com/fluxengine/))
|
version on cowlark.com instead.](http://cowlark.com/fluxengine/))
|
||||||
|
|
||||||
**Breaking news!** As of 2022-09-09, there's new filesystem support. Read (and
|
**Breaking news!** As of 2022-09-09, there's new [filesystem
|
||||||
sometimes write) files directly from (and to) your disks! It works in the GUI,
|
support](doc/filesystem.md). Read (and sometimes write) files directly from
|
||||||
too. See the details below.
|
(and to) your disks, with eight different file systems! It works in the GUI,
|
||||||
|
too, which is available for Linux (and other Unix clones), Windows and OSX. See
|
||||||
|
the details below.
|
||||||
|
|
||||||
|
<div style="text-align: center">
|
||||||
|
<a href="screenshot.jpg"><img src="screenshot.jpg" style="width:80%" alt="screenshot of the GUI in action"></a>
|
||||||
|
</div>
|
||||||
|
|
||||||
What?
|
What?
|
||||||
-----
|
-----
|
||||||
|
|||||||
@@ -19,10 +19,11 @@ The following file systems are supported so far.
|
|||||||
| Amiga FFS | Y | Y | Both OFS and FFS |
|
| Amiga FFS | Y | Y | Both OFS and FFS |
|
||||||
| Brother 120kB | Y | Y | |
|
| Brother 120kB | Y | Y | |
|
||||||
| Commodore CbmFS | Y | | Only 1541 disks so far |
|
| Commodore CbmFS | Y | | Only 1541 disks so far |
|
||||||
| CP/M | Y | | For selected formats |
|
| CP/M | Y | | Requires configuration for each machine |
|
||||||
| FatFS (a.k.a. MS-DOS) | Y | Y | FAT12, FAT16, FAT32, but only SFN; not Atari |
|
| FatFS (a.k.a. MS-DOS) | Y | Y | FAT12, FAT16, FAT32; not Atari (AFAIK!) |
|
||||||
| Macintosh HFS | Y | Y | Only AppleDouble files may be written |
|
| Macintosh HFS | Y | Y | Only AppleDouble files may be written |
|
||||||
| Apple ProDOS | Y | | |
|
| Apple ProDOS | Y | | |
|
||||||
|
{: .datatable }
|
||||||
|
|
||||||
Please not that Atari disks do _not_ use standard FatFS, and the library I'm
|
Please not that Atari disks do _not_ use standard FatFS, and the library I'm
|
||||||
using for the heavy lifting (ChaN's
|
using for the heavy lifting (ChaN's
|
||||||
|
|||||||
BIN
doc/screenshot.jpg
Normal file
BIN
doc/screenshot.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 172 KiB |
Reference in New Issue
Block a user