###################################################
    hfs version 0.3 FAQ
    By Craig Southeren 
###################################################

$Id: README,v 1.3 1994/07/02 05:36:30 craigs Exp $

1. What is "hfs"
-----------------
hfs is program which allows files to be copied off a Macintosh HFS
disk on a non-Macintosh computer.


2. What systems does "hfs" support?
-----------------------------------
hfs was developed under Linux (a Unix clone), but has been compiled and
run under FreeBSD, NetBSD, MSDOS and Windows/NT.


3. Does hfs support writing files to an HFS disk?
-------------------------------------------------
Not yet, but the next version will.


4. Does hfs support 800k disks?
-------------------------------
No! And it never will (or can!)


5. Does hfs support HFS filesystems on other media?
---------------------------------------------------
This version should HFS on any media - floppy, hard disk or CD-ROM.


6. What do I need to compile hfs?
---------------------------------
A C++ compiler and a C compiler. I use gcc 2.5.2 on Unix and 
Microsoft Visual C++ for MSDOS and Windows/NT.


7. Where do I send bug reports and comments?
--------------------------------------------
The author is Craig Southeren, and I can be contacted at:

             craigs@ineluki.apana.org.au


8. Where do I send flames?
--------------------------
/dev/null =8^)


9. What restrictions are placed on my use of using/modifiying/selling hfs?
--------------------------------------------------------------------------
OK, here comes the legal stuff. hfs is generally covered by the GNU
General Public License version 2 (see the file COPYING for more info).
But I borrowed the filename globbing code from tcsh and that file requires
that I put the following notice somewhere:

 	This product includes software developed by the University of
 	California, Berkeley and its contributors.


