home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / atari / 8bit / 5144 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  1.9 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!agate!usenet.ins.cwru.edu!cleveland.Freenet.Edu!aa700
  2. From: aa700@cleveland.Freenet.Edu (Michael Current)
  3. Newsgroups: comp.sys.atari.8bit
  4. Subject: RMBOOT3A
  5. Date: 7 Nov 1992 23:01:24 GMT
  6. Organization: Case Western Reserve University, Cleveland, OH (USA)
  7. Lines: 56
  8. Message-ID: <1dhhs4INNi95@usenet.INS.CWRU.Edu>
  9. Reply-To: aa700@cleveland.Freenet.Edu (Michael Current)
  10. NNTP-Posting-Host: hela.ins.cwru.edu
  11.  
  12.  
  13. Don LeBow over on CIS (76704.41@compuserve.com) sent me an updated RAMBOOT3
  14. file for use with MYDOS.  I uploaded both RMBOOT3A.AUT and RMBOOT3A.DOC to 
  15. the atari.archive.
  16.  
  17. Here is RMBOOT3A.DOC:
  18. ========================
  19.  This is a fixed version of the
  20. RAMBOOT3 file that's distributed
  21. with the official release archive of
  22. MYDOS v4.50. The program initializes
  23. the RAMDISK, copies DUP.SYS and
  24. MEM.SAV to it, then finishes by
  25. copying any files it finds in a
  26. subdirectory named RAMDISK.
  27.  
  28.  Due to a transcription error in the
  29. source code, the copy routines work
  30. much slower than they should. If
  31. you've been using this program and
  32. have been wondering why it takes so
  33. long, then try this one. Rename
  34. RMBOOT3A.AUT to AUTORUN.SYS (or
  35. whatever you need for a Bootfile
  36. name.)
  37.  
  38.  Following is the section of code
  39. from the original RAMBOOT3.M65 that
  40. has been changed:
  41.  
  42. 3540 ;COPY DUP.SYS FROM D1: TO D8:
  43. 3550 ;
  44. 3560 COPIES LDX #$30
  45. 3570     LDA #12
  46. 3580     STA ICMD,X
  47. 3590     JSR CIOV
  48. 3600     JSR CLOSIT
  49. 3610     SEC 
  50. 3620     LDA MEMTOP
  51. 3630     SBC #BSS&255
  52. 3640     STA BUFLEN
  53. 3650     LDA MEMTOP+1
  54. 3660     SBC #BSS/256
  55. 3661 ;bug fix!
  56. 3662 ;following was STA BUFLEN
  57. 3670     STA BUFLEN+1
  58.  
  59.  
  60.  Hope you find this useful.
  61.  
  62.  >>don lebow 10/92
  63. ==========================
  64. -- 
  65.          Michael Current, Cleveland Free-Net 8-bit Atari SIGOp
  66. Carleton College, Northfield, MN, USA / UUCP: ...!umn-cs!ccnfld!currentm
  67.       Internet: currentm@carleton.edu / Cleveland Free-Net: aa700
  68.