NOTE::: this file is not an "official" part of the MiNT distribution,
and need not be included with either source or binary versions of MiNT.
(You can do so if you like, of course.)


Things to do soon:

integrate signals with the standard exceptions (e.g. have a bus error
raise SIGBUS)

shared memory, on a new pseudo-drive (S). Also: some way of sharing
the common code for things like fsfirst/fsnext between different
pseudo-drives, i.e. a generic filesystem which can be overriden as
necessary.

a better kmalloc/kfree

=======================================================================

Things to do eventually:

user-installable file systems

implement swapping for user processes

re-arrange FILESYS structure to support NFS and similar Unix filesystems,
with calls for stat, link, etc.

filename translation to be controlled by domain; also provide symbolic
links and long filenames to tosfs.c, via the UNIXMODE .dir mechanism
(all this should go in a "U:" drive).

a mintfs.c that provides a new, Unix-like filesystem (long names, case
significant, etc.) with file owners and access permissions

replace all calls to TOS, and all interrupt routines, so that MiNT is
a genuine replacement for TOS
