MiNT is Not TOS: A Multitasking Operating System Extension for the Atari ST

Copyright 1990 Eric R. Smith. All rights reserved. See the file COPYING
for conditions of redistribution.
========================================================================

If a process deletes a file on a TOS filesystem that another process
is using, serious problems (corrupted data and/or a system crash) will
result!!

Every so often, MiNT crashes with an illegal instruction error while booting
up. This is not reproducible.

The O_NDELAY, O_APPEND, etc. flags don't always work.

Processes are restricted to having 64 memory regions at a time; once
these are allocated, further Malloc or Pexec calls will fail until an
Mfree is done. This is better than the 20 Malloc bug of TOS 1.0 and 1.2,
but TOS 1.4 has no restriction on Mallocs. MiNT shouldn't, either.

The wildcard matching used by pseudo-drives is a real kludge, and is neither
TOS nor Unix compatible.

With TOS 1.0 and a color monitor, it is reported that gem always comes up in
low res.

Terminals connected to the RS232 or MIDI ports don't act like the console
terminal; special characters (e.g. ^C or ^Z) are not interpreted.
