home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / utility / misc / fasta.lha / a-maxii / FastAMax.doc < prev    next >
Encoding:
Text File  |  1992-09-28  |  2.7 KB  |  74 lines

  1.  
  2. FastAMax V1.02
  3. by David Walthour
  4. September 17, 1992
  5.  
  6. No guarantee of any kind is made that this program is 100% reliable.
  7. Use it at your own risk.
  8.  
  9. This program is freely redistributable.
  10.  
  11.  
  12. Instructions
  13. ============
  14. The purpose of FastAMax is to dump the Mac plus ROMs used with the cartridge
  15. version of A-MAX 2.5 to a file and to patch the software such that the ROMs 
  16. are read from this file.  This greatly enhances the speed of the ROM loading 
  17. portion of the A-Max boot process.  It has been tested with A-Max versions 
  18. 2.50 and 2.51.  No guarantee is made that this program will work for earlier 
  19. versions of A-Max.
  20.  
  21. FastAMax must be run from the CLI in the directory which contains the A-Max 
  22. software, and the A-Max cartridge must be connected in the manner described
  23. by the A-Max User's Guide.  The A-Max program must be named "A-Max Startup".
  24. FastAMax is then run by typing:
  25.  
  26. FastAMax
  27.  
  28. The program will display a message that it is reading the ROMs.  This will
  29. take about 15-20 seconds, and, when this is done, the program will write 2 
  30. files to the directory and return to the CLI prompt.  The first file is named
  31. MacROMs and is a file image of the Macintosh+ ROMs.  The second file is 
  32. named 'A-Max Startup.patch' and is the patched version of the program that
  33. will read the ROMs from the MacROMs file.  The patched program may be renamed,
  34. but the MacROMs file must not be renamed.
  35.  
  36. NOTE: in order for the patched version of A-Max to work, the MacROMs file 
  37. must always be in the same directory as the 'A-Max Startup.patch' file and 
  38. the cartridge must be connected in the same position among the daisy chained 
  39. external drives as it was when FastAMax was originally executed.  The patched
  40. program cannot be run without the cartridge.
  41.  
  42. The 'A-Max Startup.patch' file operates in exactly the same manner as the
  43. unpatched software until the ROMs load, at which point you will be delighted
  44. by the lightning speed at which they are read by the software.
  45.  
  46. Any comments, suggestions or bug fixes would be appreciated.
  47.  
  48. David Walthour
  49.  
  50. address: Thayer School of Engineering
  51.          Dartmouth College
  52.          Hanover, NH 03755
  53.  
  54. email:   walthour@coos.dartmouth.edu
  55.  
  56. voice:   (603) 646-3332
  57.  
  58.  
  59. History
  60. =======
  61.  
  62. Version 1.00
  63.    Original release
  64.    
  65. Version 1.01
  66.    Whoops!  Original code was only compiled to run on '030 with FPU.  This release 
  67.    has source code with it.
  68.  
  69. Version 1.02
  70.    My apologies to everyone who has tried to run versions 1.00 and 1.01.  Both of
  71.    these releases have been plauged by problems with my compiler not producing
  72.    the correct code.  The source code hasn't changed since V1.00, but the binaries
  73.    with each of these releases didn't work correctly.  The executable with this
  74.    version IS working correctly and should work correctly with ALL machines.