home *** CD-ROM | disk | FTP | other *** search
/ CBM Funet Archive / cbm-funet-archive-2003.iso / cbm / c128 / utilities / ramdos2+1.sfx / ramdos.txt < prev   
Text File  |  1990-02-12  |  2KB  |  40 lines

  1.  
  2. "RAMDOS.PRG" - RAMDOS BASIC LOADER FILE
  3.  
  4. This file you can use with RAMDOS instead of the loader that comes with
  5. it.  This loader benefits from avoiding some problems with the other
  6. loader.  All of these differences specifically concern the C128 mode.
  7.  
  8. When used with JiffyDOS, previously you could face this.  Right after
  9. enabling RAMDOS, load up some very large file.  For me, I loaded one of
  10. the ACE archives.
  11.  
  12. /ACE.SFX
  13.  
  14. Wham!  The computer crashes.  Or something.  Why?  The reason for this
  15. sillyness actually originates with JiffyDOS itself.  JD suffers a bug in
  16. which a certain file Load register is not initialized, but should be.
  17. This was very simple to adjust in the loader to avoid this crashing.
  18. Now, you should be able to load very large files.
  19.  
  20. Another item is graphic allocation.  The other loader allocated the
  21. graphic area.  Unfortunately, many programs are not designed to work
  22. when the graphic area is allocated.  They will simply crash.  So this
  23. loader does not allocate the graphic area.
  24.  
  25. I have not included the actual RAMDOS drivers here because of comments
  26. by the author of the 2Mb patch.  No matter.  Just locate those files if
  27. you don't have them.
  28.  
  29. If you should wish to disable RAMDOS, this is accomplished if you run
  30. the loader and accept the prompts when your disk with the RD drivers is
  31. not inserted.
  32.  
  33. Here's one tip.  If you have JiffyDOS, and you make a habit of copying
  34. files to ramdisk, then you might add the following line to the program,
  35. which will set you up for copying.
  36.  
  37. 345 @xu
  38.  
  39. - Adam Vardy
  40.