home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / mint095b.zoo / doc / problems < prev    next >
Text File  |  1991-12-01  |  1KB  |  22 lines

  1. gulam's "mem" command will produce nonsensical results, since it looks
  2. at the GEMDOS memory list directly, and according to GEMDOS all the
  3. computer's memory is allocated to MINT.PRG. "mem" crashes under TOS 1.4
  4. anyways, so this problem is not new.
  5.  
  6. Turtle reports an error in memory configuration; yet the configuration
  7. printed out looks perfectly fine. I don't know whether this one is
  8. turtle's fault or MiNT's. (Probably turtle's: the problem has also
  9. been reported on newer versions of TOS.)
  10.  
  11. GFA Basic programs often (usually?) try to use memory they don't own.
  12. Needless to say, this can cause problems under MiNT, ranging from
  13. bus errors to a system crash.
  14.  
  15. A lot of programs don't act very nicely in a multi-tasking environment.
  16. Programs that redefine the keyboard (eg gulam), run in supervisor mode,
  17. or steal interrupt vectors can cause problems. (Programs in supervisor mode
  18. tend to hog the processor, because MiNT won't pre-empt them -- this may
  19. be excessively cautious of MiNT, but it serves to avoid any problems with
  20. device drivers). If you're only running one program at a time under MiNT,
  21. these problems don't arise.
  22.