home *** CD-ROM | disk | FTP | other *** search
/ Fujiology Archive / fujiology_archive_v1_0.iso / !MAGS / !BONUS / COVERDSK / STFORMAT / STF36.ZIP / STF36A.MSA / MEMSET / MEMSET.DOC next >
Text File  |  1990-05-27  |  4KB  |  117 lines

  1. Program title:          Memory set
  2. Program version:        3.20
  3. program filename:       MEMSET.PRG
  4. Assocated files:        MEMSET.DOC
  5. Program coded in:       68000 Machine code.
  6. Package:                HiSoft Devpac ST V2.20
  7. Coding by:              Mark Nias of The Albanian sausage corp.
  8. Coded on:               Atari 520STFM with 2.5Mb.
  9. Possable users:         Programmers with 1mb or more.
  10.  
  11. Description:
  12.  
  13. What this program does is allow you to set how much memory your ST
  14. thinks it has. Also allows you to perform a COLD reset when you
  15. press the reset button (normally this just does a warm reset).
  16.  
  17. How to use MEMSET:
  18.  
  19. MEMSET is best placed in the auto folder but it doesn't matter where you
  20. put it in line, though it's best put first because changing the memory
  21. setting causes a reset (See "How it's done"), so you don't want to run
  22. the auto programs twice.
  23. After you have run MEMSET (either from GEM or when it's AUTO run from the
  24. AUTO folder), you will be presented with a menu selection screen....
  25.  
  26. Memory setter (C) Mark Nias
  27. Version 3.2 16/03/92
  28.  
  29. Press...
  30. 1.....0512k
  31. 2.....1024k
  32. 3.....1536k
  33. 4.....2048k
  34. 5.....2560k
  35. 6.....3072k
  36. 7.....3584k
  37. 8.....4096k
  38. C.....Install COLD reset (reset memory)
  39. W.....Normal reset (Keep memory setting)
  40.  
  41. You may then press the key representing the memory setting you wish to
  42. change your ST to (1 to 8), but don't select a setting that is more memory
  43. than you actually have installed on your machine!(See "Precautions")
  44. When you have selected the setting you want, your Atari will then reset and
  45. re-boot. When MEMSET re-appears (If it was in the AUTO folder),
  46. Then press either C or W.
  47. Pressing "C" will install "COLD reset". When this is installed it will make
  48. your ST perform a COLD reset when you next press the reset button.(see "why
  49. it was written").
  50. Pressing "W" will De-install "COLD reset". making the reset button act
  51. as it would normally do (warm reset).
  52.  
  53. Timeout:
  54. When MEMSET is run a time-out is started so if you don't press any key
  55. then it will use the default settings.
  56. It will not change the memory setting but will INSTALL "COLD reset".
  57. or if cold reset is already installed it will DE-INSTALL "COLD reset".
  58. A short message will then be displayed to tell you what it has done.
  59.  
  60. Note:
  61. MEMSET does not need to be run after you have changed the memory setting
  62. and it has reset. Cold reset uses NO memory when installed.
  63.  
  64.  
  65.  
  66.  
  67. Why it was written:
  68. This program was origionaly written by myself to set my machine to 512k,
  69. to run a program that would only run on a 512k machine. MEMSET is also
  70. usfull for the game RAILROAD (only runs on machines up to 1024k)
  71. After this I thought of other applications ie testing demos to see if they
  72. run properly on a 512k machine.
  73. COLD reset was included because of reseting the memory after I had changed
  74. it and was a way of keeping viruses at bay,(Because viruses remain after a
  75. WARM reset but not a COLD reset).
  76.  
  77. How it's done
  78.  
  79. Setting memory:
  80. This is achieved by moving the required memory value into a System variable
  81. and then reseting (as it only comes into action at boot-up).
  82.  
  83. COLD reset:
  84. This is achieved by clearing out two sytem variables, so that when you
  85. next reset the memory is re-initilised, wiping out every single byte of your
  86. memory in your machine!
  87.  
  88. Precautions:
  89.  
  90. Ram Disks:
  91. Run MEMSET before you set a ramdisk. It is also best to DE-INSTALL
  92. COLD reset as this will of course wipe the ram disk if your ST should
  93. reset either by crashing or you pressing the reset button.
  94.  
  95. Setting memory to MORE than what you have:
  96. This will cause your ST to go nuts basically, the screen will go
  97. black, then you get streeky lines and then you get a screen full of
  98. Bombs scrolling up your screen. You will then have to switch off
  99. your ST because it's impossable to get out of it .
  100.  
  101. This program is Shareware so if you use it, like it or feel generous
  102. then send a mere £5.00 to the address below.
  103. You can give this program to your friends but this text file MUST be
  104. copied with the program.
  105.  
  106. If you have any comments/suggestions then please write to
  107.  
  108. Mark Nias
  109. 28 Sandringham RD.
  110. Macclesfield
  111. Cheshire
  112. SK10 1QB
  113. England
  114.  
  115. 16/03/1992
  116. 03:48am (God is that the time! Phew I had better go to bed!)
  117.