home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / mint / mint095b / faq < prev    next >
Encoding:
Text File  |  1993-08-03  |  3.2 KB  |  68 lines

  1. This file may be freely reproduced.
  2.  
  3. Here are some frequently asked questions about MiNT, with answers:
  4.  
  5.  
  6. (1) Will MiNT work on my _______ (insert name of ST system)?
  7.  
  8. Yes. Whether or not you *want* it to work on your system is another
  9. question. MiNT is of virtually no use if you only have 512K of RAM.
  10. If you have 1 megabyte of RAM on no hard drive, MiNT is not very useful.
  11. With pretty much any other configuration, MiNT has some uses. As with
  12. any multitasking system, the more memory you have, the more processes
  13. you can run (and hence, the better).
  14.  
  15. (2) What's the difference between MiNT and Gulam?
  16.  
  17. Gulam is a command line interpreter (CLI). MiNT is an operating
  18. system kernel. That means that MiNT accepts commands from
  19. programs, rather than directly from the user, and allows those
  20. programs to launch other programs that run concurrently
  21. (multitask) or to take advantage of other MiNT features like
  22. pipes and shared memory. Gulam doesn't provide any extended
  23. operating system features, but it does provide a nice user interface
  24. to the existing operating system. It's quite possible to use gulam
  25. as a CLI running under MiNT.
  26.  
  27. (3) Do I need to use a CLI to use MiNT? What CLIs work with MiNT?
  28.  
  29. No, you don't *need* a command line interface to use MiNT. But, since
  30. MiNT can run only one GEM program at a time, you'll probably find one
  31. useful! There are several good CLIs available for MiNT. The one that
  32. comes with MiNT (mintshel) is moderately useful, albeit quite buggy;
  33. it does have the advantage of being small. There are ports of several
  34. Unix shells (such as tcsh, bash, and ksh) available from various FTP
  35. servers.
  36.  
  37. (4) I can't do an "ls" or "dir" command in mintshel.ttp -- it always gives
  38.     me "command exit code -33". What's wrong?
  39.  
  40. "Exit code -33" means "file not found". mintshel has very few built in
  41. commands, and "ls" is not among them. So it looks along your PATH for
  42. a program called "ls.ttp", "ls.prg", or "ls.tos". If none is found, you get
  43. the error indicated. There are various file utilities available (for
  44. example, the GNU file utilities, or Allan Pratt's utilities) which can
  45. be used with mintshel; just put them in one of the directories specified
  46. in the PATH environment variable. See the mintshel documentation for more
  47. details.
  48. (In a pinch, you can always "alias ls 'echo *'", but this produces a
  49. less than desireable output.)
  50.  
  51. (5) When I try to run MGR, I get a message like "can't get a pty".
  52.     What's wrong?
  53.  
  54. This message usually means that MGR can't run a shell. This could be
  55. for a variety of reasons, but the most common is that there is no SHELL
  56. environment variable, or it doesn't point to a valid shell. Make sure
  57. you put the whole path in, e.g. setenv SHELL c:\bin\sh.ttp.
  58.  
  59. (6) XXXX.PRG (insert name of some program or other) doesn't work any more
  60.     if I boot with MiNT. Why not?
  61.  
  62. There are several possible explanations. The most likely is that XXXX.PRG
  63. does something illegal or questionable, like stealing certain system
  64. vectors or accessing undocumented memory locations. In some cases, it's
  65. just a conflict between MiNT and XXXX. Some of these conflicts can be fixed
  66. by running XXXX *after* MiNT, instead of having it before MINT.PRG in the AUTO
  67. folder.
  68.