home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / atari / st / tech / 6899 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.9 KB  |  44 lines

  1. Newsgroups: comp.sys.atari.st.tech
  2. Path: sparky!uunet!charon.amdahl.com!netcomsv!netcom.com!ersmith
  3. From: ersmith@netcom.com (Eric R. Smith)
  4. Subject: Re: MiNT 0.99 PL2 for PureC
  5. Message-ID: <1993Jan28.000130.14898@netcom.com>
  6. Organization: Netcom Online Communications Services (408-241-9760 login: guest)
  7. References: <1k6bokINN17ft@obelix.uni-muenster.de> <EJ70MSV@math.fu-berlin.de> <1993Jan27.194507.5107@csi.uottawa.ca>
  8. Date: Thu, 28 Jan 1993 00:01:30 GMT
  9. Lines: 33
  10.  
  11. In article <1993Jan27.194507.5107@csi.uottawa.ca> cbbrowne@csi.uottawa.ca (Christopher Browne) writes:
  12. >In article <EJ70MSV@math.fu-berlin.de> hohmuth@freia.inf.tu-dresden.de writes:
  13. >>In article <1k6bokINN17ft@obelix.uni-muenster.de>, czekall@uni-muenster.de (Ralf Czekalla) writes:
  14. >>> MiNT 0.99 is only interesting for those programmers, who already
  15. >>> have the new  Multi-AES out of the Multi-TOS-packet. [...]
  16.  
  17. >>That's, of course, not true. Everybody who's able to make it can use it,
  18. >>also without Multi-AES. I, for one example, do so.
  19.  
  20. >>Your problem is probably that you've forgotten to comment out "-DMULTITOS" 
  21. >>in the makefile. :-)
  22.  
  23. > could
  24. >someone give a 5 line description of Multi-AES, why we can't get it,
  25. >and why I ought to comment out '-DMULTITOS'?
  26.  
  27. (1) "Multi-AES" refers to the multitasking AES (version 4.0) distributed
  28.     with MultiTOS
  29. (2) You can't get it because it's copyrighted by Atari and Digital Research,
  30.     and it hasn't been released yet. When it is released, you may have to pay
  31.     for it.
  32. (3) You should comment out -DMULTITOS because with it, the default is to
  33.     try to boot C:\MULTITOS\GEM.SYS, rather than the AES in ROM; and
  34.     also because -DMULTITOS disables the debugging code.
  35. (4) Finally, if you're on a 68030 machine and wish to run the ROM AES,
  36.     you'll need to disable memory protection, either by starting MiNT with
  37.     a "-m" argument, or by recompiling with "no_mem_prot" defaulting
  38.     to 1.
  39.  
  40. Hmmm... not 5 lines, but I hope you don't mind :-).
  41.  
  42. Regards,
  43. Eric
  44.