From d418e499a1079630b6960eb2e8d4418472c3b25d Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Tue, 14 Feb 2017 20:15:19 -0500 Subject: [PATCH] add readme. --- README.MD | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.MD diff --git a/README.MD b/README.MD new file mode 100644 index 0000000..117a332 --- /dev/null +++ b/README.MD @@ -0,0 +1,16 @@ +Host FST +-------- + +This is a file system translator (and driver) for compatible Apple IIgs +emulators. It depends on emulator support (but should not cause problems +if run on real hardware or an unsupportive emulator). + +This FST exposes a shared folder from your native file system as a volume +within GS/OS. (The volume will not be available from ProDOS 8). Reading +or writing a file on the :Host drive will read or write the file directly +on the native file system. File Types, Finder Info, and Resource Forks +are supported. + +In general any software that works with the HFS FST should work with the +Host FST. +