home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / other / simmfix2.lzh / SIMMFIX2 / SIMMFIX.TXT < prev   
Text File  |  1991-04-17  |  4KB  |  111 lines

  1. Original Document: Mathew Lodge
  2. Edited/modified:   Peter A. Ritchie
  3.  
  4. PAR:  Having an STe with 2Meg I decided to find this rumoured program.
  5.   Since the source was included I decided to take a look at it.
  6.   As it turns out, the MMU is not at fault; it recognises the 2.5Meg
  7.   and configures itself accordingly.  It's the OS that doesn't 
  8.   configure itself te right way.  And that's just a matter of setting
  9.   top of RAM to 2.5Meg.
  10.  
  11. The 2.5MB STE SIMM fixer.
  12. =========================
  13. This is a short program that allows you to fit 2.5MB of memory to an STE 
  14. by mixing 256K and 1MB SIMMs.
  15.  
  16. Why it's needed
  17. ===============
  18.  
  19. The reason you can't mix the two types of SIMM is that TOS 1.6 in the STE 
  20. fails to recognise this memory configuration and incorrectly programs the 
  21. MMU chip. It thinks, in fact, that you have 4MB of memory installed. This 
  22. causes big problems as soon as you attempt to run any non-trivial program 
  23. (e.g. GEM) The symptoms are that your STE gets stuck in a reset-reboot 
  24. cycle.
  25.  
  26. How it works
  27. ============
  28.  
  29. This program works by reprogramming the MMU and correctly setting _memtop, 
  30. and then warm booting the STE.
  31. PAR:  It actually tells TOS to recognise what the MMU has been _trying_
  32. to tell it!
  33.  
  34. How to use it
  35. =============
  36.  
  37. You must fit the SIMMs into your STE in the following order:
  38.  
  39. ** (back of STE)** 
  40.  
  41.   |--  1meg SIMM  --|
  42.   |--  256K SIMM  --|
  43.   |--  1meg SIMM  --|
  44.   |--  256K SIMM  --|
  45.  
  46. ** (front of STE)*
  47.  
  48. PAR:  Since my HD program has to load before any AUTO programs I 
  49.   decided to see if it REALLY needed to be first.  Well, it doesn't
  50.   It would have to be BEFORE any ramdisk programs, just in case!
  51.  
  52. Put the SIMMFIX.PRG program _FIRST_ in your auto folder (do this by 
  53. deleting everything in the AUTO folder, then copy SIMMFIX.PRG to it, and 
  54. then copy everything else back into AUTO).
  55.  
  56. PAR:  The Reboot turned out to be not-necessary.  So, I took it out.
  57. With SIMMFIX first in your AUTO folder, your ST will start, then reboot, 
  58. and should then display a short message detailing the version of SIMMFIX 
  59. and the authors names.
  60.  
  61. From then on all should be well. This program has been extensively tested 
  62. by David Hoggan on a wide range of software (though few games were 
  63. tested).
  64.  
  65.  
  66. Problems
  67. ========
  68.  
  69. Because you have to run SIMMFIX every time you switch on your STE, you 
  70. cannot just switch on and insert any autobooting disk (e.g. Dungeon 
  71. Master, Starglider II etc. etc.) In these cases, you should make a boot 
  72. disk with nothing except an AUTO folder containing SIMMFIX.PRG. Boot with 
  73. this disk, and when the desktop appears, remove the disk. Insert the game 
  74. disk that you want to autoboot. Then hold down Control, Alt and Delete 
  75. together to reset the STE, and the game will boot and run as normal.
  76.  
  77. Make sure you have (at least) one backup disk containing SIMMFIX.PRG in 
  78. the AUTO folder in case anything goes wrong with your boot disk. If you 
  79. can't run SIMMFIX, then you'll have to open up your STE and remove the 
  80. 256K SIMMS, make a new boot disk, and then put them back.
  81.  
  82. Program History
  83. ===============
  84.  
  85. The SIMMFIX program was submitted to the "Programmer's Clinic" section of 
  86. ST World, the premier UK ST magazine, by David Hoggan. I (Mathew Lodge) 
  87. made a few additions and wrote this documentation for a posting to USENET.
  88.  
  89. ------  91-04
  90. PAR:  I found it from GEnie; looked it over and made some of my own changes
  91.       for obvious reasons.   Works find for me!
  92.  
  93.       Peter A. Ritchie
  94.       c/o Blue Turtle Software
  95.       Box 4916 Station 'E'
  96.       Ottawa, Ontario
  97.       K1S 5J1
  98.       Canada
  99.  
  100.       GEnie: P.RITCHIE
  101. ------
  102.  
  103. Mathew Lodge
  104.  
  105. 5 May 1990
  106.  
  107.  
  108.  
  109. (JANET address : SOCS18 @ uk.ac.york.vaxa)
  110.  
  111.