home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / atari / st / 13245 < prev    next >
Encoding:
Internet Message Format  |  1992-09-07  |  2.5 KB

  1. Path: sparky!uunet!mcsun!sunic!aun.uninett.no!nuug!fredrik.atari.no!jornmoe
  2. From: jornmoe@fredrik.atari.no (Joern Moe)
  3. Newsgroups: comp.sys.atari.st
  4. Message-ID: <H.jMKlAl4NqCU@fredrik.atari.no>
  5. Organization: Atari Corp. Scand. AB (Norway)
  6. Subject: Re: More TT030 help...
  7. References: Re: More TT030 help...
  8. Reply-To: jornmoe@fredrik.atari.no
  9. X-Software: HERMES GUS 1.03 Rev. Apr 14 1992
  10. Date: Fri, 04 Sep 1992 18:24:50 MET
  11. Lines: 44
  12.  
  13. In <1992Sep4.042609.12758@u.washington.edu>, Daniel Aylward writes:
  14. >I just bought an 8 meg TT.  I have a hundred zillion questions, but I'll
  15. >start off with 2...
  16. >
  17. >1)  How do you use the Fast RAM?  All memory tests show I only have 4,
  18. >which I can understand, but when I run Calamus and load all my 130 fonts
  19. >it says I'm out of memory (I know that's only 4 megs because I could load
  20. >most of my fonts on my 4 meg Mega STe).  Do I have to set a bit on the
  21. >programs I want to make use of Fast RAM?  How do I do that?
  22.  
  23. Calamus can not use TT-ram. BUT, things like AHDI (harddiskdriver), 
  24. CACHExxx.PRG, FOLDERxxx.PRG and other applications in the AUTO folder
  25. can be loaded to TT-RAM, giving you more free ST ram. Also accessories
  26. may be loaded into TT-RAM.
  27. To get a program (or ACC) to load into TT-RAM you either use one off the
  28. many utilities specially made for this, or you use a fileeditor. The first 
  29. aproach is the easiest. There is a CPX module around (FILEINFO.CPX I think 
  30. it's caled), and there is a ACC around (SETFLAG.ACC). The second approach
  31. is a litle more complicated:
  32. It is byte no. 26 (counting first byte as 1) that holds the program flags.
  33. Note that most file-editors count the first byte as 0.
  34. Bit 0 is the fastload flag
  35. Bit 1 is the 'malloc' flag (malloc from     ST (unset) or TT (set) ram.)
  36. Bit 2 is the 'load'   flag (Load program to ------------ " ------------)
  37.  
  38. You have to try out the different combinations to decide wheter a program can
  39. use the TT-ram. Surprisingly many programs does run well in TT-ram (but not
  40. Calmus).
  41. Newer profesional programs (like Calamus SL, Cranach etc.) use both kind of 
  42. ram. I've seen Cranach report over 256Mb (Yeah 256MEGABYTE) free on a TT!!!
  43.  
  44. >2)  Screen trouble(?).  My TT Medium res screen is supposed to be 640X400
  45. >16 colors, right?  
  46. No wrong, it is actually 640x480 16 colors! 
  47.  
  48. >Dan Aylward
  49. >dud@u.washington.edu
  50. >
  51.  
  52. -- 
  53.   _______________________________________________________
  54.  / Joern F. Moe /  All above is my own personal opinion! \
  55. / Oslo, Norway /  Any lack of opinion above is also mine! \
  56. -----------------------------------------------------------
  57.