2017-08-17 20:17:11 +00:00
|
|
|
# Host FST
|
2017-02-15 01:15:19 +00:00
|
|
|
|
2017-08-17 20:09:53 +00:00
|
|
|
|
2017-02-15 01:15:19 +00:00
|
|
|
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).
|
|
|
|
|
2017-08-17 20:09:53 +00:00
|
|
|
![Host FST](images/ss-1.png)
|
|
|
|
|
2017-02-15 01:15:19 +00:00
|
|
|
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.
|
|
|
|
|
2017-08-17 20:09:53 +00:00
|
|
|
![Host FST](images/ss-2.png)
|
|
|
|
|
2017-02-15 01:15:19 +00:00
|
|
|
In general any software that works with the HFS FST should work with the
|
|
|
|
Host FST.
|
|
|
|
|
2017-08-17 20:17:11 +00:00
|
|
|
## Installation
|
|
|
|
|
2017-08-18 00:21:07 +00:00
|
|
|
Currently, only GSPlus (0.13+) has support for the host fst.
|
2017-08-17 20:17:11 +00:00
|
|
|
|
|
|
|
1. See the [releases](https://github.com/ksherlock/host-fst/releases) page for a disk image.
|
|
|
|
2. Install the `host.fst` and `host.driver` in your `*:System:` folder
|
|
|
|
3. Bleeding edge versions of GSPlus have a config option (F4, Host FST Configuration) to
|
|
|
|
select the host fst directory. (On older versions it doesn't work correctly).
|
|
|
|
4. If you're using an older version of GSPlus, shutdown GSPlus and manually edit the
|
|
|
|
`config.txt` file. Add a line like:
|
|
|
|
|
2017-08-17 20:17:54 +00:00
|
|
|
g_cfg_host_path = /Users/me/IIgs/
|
2017-08-17 20:17:11 +00:00
|
|
|
|
2017-08-18 00:21:07 +00:00
|
|
|
|
|
|
|
# Note
|
|
|
|
|
|
|
|
Large volume sizes can cause a buffer overflow Finder's code and cause a crash (usually when displaying the File Info window).
|
|
|
|
This is fixed as of System 6.0.4.
|