From 3d40ecb9a9464787097dc064d131e90861916458 Mon Sep 17 00:00:00 2001 From: beeanyew Date: Thu, 10 Jun 2021 20:20:30 +0200 Subject: [PATCH] Actually add data/fs directory --- data/fs/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/fs/README.md diff --git a/data/fs/README.md b/data/fs/README.md new file mode 100644 index 0000000..b6dcdd5 --- /dev/null +++ b/data/fs/README.md @@ -0,0 +1,7 @@ +# data/fs directory + +This directory is used as storage for file systems loaded from hard drive images. +File systems can be loaded from here in case they're placed here under the correct file name if they're not embeded in the RDB on a hard drive image. + +"Correct file name" would be for instance `DOS.1` for `DOS/1` or `PFS.3` for `PFS/3`. +Unfortunately this can't yet be used to detect a difference between different revisions of for instance the PFS3AIO file system drivers. -- 2.39.2