home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 337.lha / makefastmem_v1.0 / MakeFastMem.doc < prev    next >
Text File  |  1990-01-26  |  2KB  |  51 lines

  1.  
  2.  
  3.             MakeFastMem    v1.0
  4.             ====================
  5.  
  6. MakeFastMem is a little program that changes a chunk of ChipRAM to FastRAM.
  7. At least the OS is fooled to believe that. The reason for doing this is 
  8. because some people (programmers) believs that they MUST ask for FastRAM, and
  9. believe that the user always has that.
  10. That is really stupid, and has caused problems for a number of people with
  11. 1 Mb ChipRAM for example.
  12.  
  13. The program can be used both from the CLI and the Workbench. From CLI you
  14. start MakeFastMem by simply writing:
  15.  
  16. MakeFastMem  <size>
  17.  
  18. where <size> is the size of the FastRAM chunk you want, in bytes. For
  19. example, "MakeFastMem 307200" will create 300 Kb of "FastRAM" (and you lose
  20. 300 Kb of ChipRAM of course).
  21.  
  22. From the Workbench you just double-click on the MakeFastMem icon and the
  23. memory will be changed from ChipRAM to FastRAM. You have to specify the size
  24. of the FastRAM in the ToolTypes-field, by setting FASTMEM to the size you
  25. want. For example, setting the tooltype to:
  26.  
  27. FASTMEM=307200
  28.  
  29. will make MakeFastMem to create 300 Kb of FastRAM when you double-click on
  30. its icon.
  31. Once you have changed some chipmem to "fastmem" it will stay that way until 
  32. you reboot (or writes a hack to reclaim it).
  33.  
  34. This code is released in the Public Domain, feel free to modify and improve
  35. it if you want, especially the terrible icon... 
  36.  
  37.  
  38.  
  39. -Erik Lundevall  Internet: ludde@nada.kth.se
  40.                  Camelot:  Erik Lundevall Sysop (+46-8-348523) 300-2400 bps
  41.                  SnailMail: Korsbarsvagen 4B/422, S-114 23 STOCKHOLM, SWEDEN
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.