Apple IIgs host FST (for emulators that support it)
Go to file
Kelvin Sherlock 9618dc2441 add screenshots 2017-08-17 16:08:00 -04:00
images add screenshots 2017-08-17 16:08:00 -04:00
.gitignore non-code tweaks 2017-02-18 13:57:42 -05:00
Makefile non-code tweaks 2017-02-18 13:57:42 -05:00
README.MD add readme. 2017-02-14 20:15:19 -05:00
fst.equ updates. fst builds now... 2016-10-15 19:27:47 -04:00
fst.macros initial check-in. device driver works [?] 2016-10-14 23:03:00 -04:00
fst_open.aii updates. fst builds now... 2016-10-15 19:27:47 -04:00
gsos.equ initial check-in. device driver works [?] 2016-10-14 23:03:00 -04:00
host.driver.aii host.driver -- no longer a character device, add read/write functions that error out. 2016-10-16 20:22:01 -04:00
host.fst.aii remove debug code 2017-02-14 20:04:32 -05:00
records.equ Add Create/CreateRecGS records. 2016-10-20 16:13:18 -04:00
records.rb initial check-in. device driver works [?] 2016-10-14 23:03:00 -04:00

README.MD

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.