Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!newstop!male!central!digi!rgoseweh From: rgoseweh@digi.lonestar.org (Roy Gosewehr) Newsgroups: comp.sys.atari.st Subject: Re: LOGO Summary: Trick LOGO with RAM disk Keywords: ST Logo, TOS 1.4, ramdisk Message-ID: <1991Jun5.134225.7733@digi.lonestar.org> Date: 5 Jun 91 13:42:25 GMT References: <1991Jun04.054518.27602@actrix.gen.nz> Sender: Roy C. Gosewehr Organization: DSC Communications, Plano Tx. Lines: 23 In article <1991Jun04.054518.27602@actrix.gen.nz> Roger.Sheppard@actrix.gen.nz (Roger Sheppard) writes: >Does any one know if its posible to get Ataries Logo to work with Tos 1.4/1.6 >I do get a out of Memory when I try to load a Logo Program/File, >Note: The software does load up on a 1040 ST with Tos 1.4. >Are there any patches to make this work? I posted this question on GEnie about a year ago when I got TOS 1.4 put in my 1040ST. One of the ST wizards (one of the CodeHeads or one of the Double-Click boys, I don't remember for sure) came up with the answer: *********************************************************************** * Trick LOGO by loading a RAM disk first (such as SI_RAM which is an * * accessory), then load LOGO, then remove the RAM disk. The memory is* * freed up and LOGO will then successfully load/save programs & files.* *********************************************************************** Apparently, LOGO under TOS 1.4 uses (or at least thinks that it uses) all available memory when it loads. I haven't programmed in years but I would think it would be a simple matter to patch LOGO to correct this. (HINT, HINT to Atari. Or better yet, why not release an updated version of Logo to take advantage of the new machines? :-) R.C.G.