FILES
This file. Description of the files comprising the distribution.

COPYING
The GNU General Public License. The license under which this software is
distributed.

Makefile
Build instructions in GNU make format.

dentry.c
Code related to VFS directory entries.

dir.c
Code related to file and inode operations that apply to directories.

file.c
Code related to file and inode operations that apply to regular files (files
other than directories.)

inode.c
Code related to general inode operations. Since ProDOS does not support the
idea of inodes (nor anything similar), it is more of an approximation of their
functionality.

misc.c
Miscellaneous helper functions.

pmap.c
Code related to Apple-style partition maps.

prodos.h
Header contains items that relate mainly to the driver itself.

prodos_fs.h
Header contains items that relate mainly to the ProDOS filesystem.

super.c
Code related to super block operations.
