This is a minimal README for the ADOS FS for NetBSD-Amiga!

Install ths sys/adosfs in your ordinary kernelsrc tree.
apply "patch -N -p0 < adosfsdiffs" in the dir where your sys/ dir
resides, typically /usr/src.
Add "options ADOSFS" to sys/arch/amiga/conf/YOUR_CONFIG_FILE".
If you wanto to add "options ADOSFSDEBUG" as well, check the source
to see what this means.
Install your new sys/sys/{mount,malloc,vnode}.h in /usr/include/sys
Compile mount_adosfs in sbin/mount_adosfs/ and install in /sbin/
Configure and compile kernel then test it.
Try this:
mount -t adosfs -o ro /dev/sd?? /mnt
where /dev/sdxx should be a non-BSD partition, where you really have
an amigados FFS.

Niklas (niklas@appli.se)

PS the AMIX dir holds the ADOS FS code by Frank "Crash" Edwards for
   Amiga UNIX.  My code is based on his work, and would not be reality
   without it.  If you distribute this package further, remember to
   include his code in order to satisfy the GNU General Public License.
   Help stamp out software hoarding...