home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / mint095b.zoo / doc / features < prev    next >
Text File  |  1992-06-05  |  2KB  |  37 lines

  1. MiNT is Not TOS: A Multitasking Operating System Extension for the Atari ST
  2.  
  3. Copyright 1990,1991,1992 Eric R. Smith. All rights reserved. See the file
  4. "copying" for conditions of redistribution.
  5. -------------------------------------------------------------------------
  6. Features of MiNT that are incompatible with TOS (some might regard these
  7. as bugs):
  8.  
  9. Processes may have only 32 open files each.
  10.  
  11. Not all information needed by Fsfirst is contained solely in the DTA
  12. area, nor is the DTA set up the way TOS does. Programs that manipulate
  13. the DTA directly will probably break.
  14.  
  15. Some low level disk utilities may get very confused if asked to operate on
  16. a pseudo-drive like U:, or on a non-tos filesystem.
  17.  
  18. Doing a Dsetpath() call on a path that includes symbolic links may also
  19. result in the current drive being changed, if any of the links point
  20. to a different drive.
  21.  
  22. The BIOS I/O routines on devices 0, 1, and 2 may be redirected by
  23. redirecting file handles -3, -2, and -1 respectively, i.e. they are
  24. no longer guaranteed to access the same printer, rs232, and console
  25. (although they do by default). Similarly, BIOS device 3 is controlled by
  26. file handles -4 (input) and -5 (output) and so it might not always refer
  27. to the MIDI port.
  28.  
  29. Filenames that are 4 characters long, with a ':' in the 4th position,
  30. are assumed to be device names and are translated into references to U:\DEV
  31. i.e. "con:" means "U:\DEV\CON". TOS doesn't always do this translation,
  32. it seems, because I can recall creating files named "con:" in the current
  33. directory (not that I *wanted* to, which is the whole point of MiNT's
  34. feature).
  35.  
  36. All CTRL-ALT-function key combinations are reserved by MiNT.
  37.