home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / progm / assemutl.zip / MEMDRV.DOC < prev    next >
Text File  |  1985-05-11  |  2KB  |  65 lines

  1.  
  2.  #: 23905      Sec. 4 - Programming
  3. Sb: #MORRAM
  4.     01-Jan-84  22:00:54
  5. Fm: Tom Perry  70455,751
  6. To:  71445,1006 (X)
  7.  
  8. Hey, your program is neat!  I downloaded it yesterday (i.e., last year)
  9. and installed it and it works fine.
  10.     EXCEPT (of course) for one thing.  My CONFIG.SYS file installs
  11. a memory disk program of size 180K.  When switches are set for 64K, RAM
  12. runs out and the command interpreter never gets loaded and the AUTOEXEC
  13. file never gets run so MORRAM gets no chance to fix things....
  14.     So I put a front end on your code to make it into a device
  15. driver.  That way it gets run earlier, too.  I put it first in my
  16. CONFIG file and that saves even more time.  The only thing I had to
  17. change in your code was your reference to the PSP+2, which of course is
  18. not there at device-driver-install time; I made it a call to BIOS INT
  19. 12H instead and did the appropriate shifting.  Works fine.
  20.     (The only puzzling thing is that with the MORRAM code installed
  21. as a character device driver, the KEYSWAPPER program from
  22. Vertex/Rickerdata hangs the system.  Strange!  I may make it a block
  23. device, though I hate to use up a drive letter on it.....)
  24.     If you don't object I'll put the device driver version up here
  25. with appropriate credit to you + mods by me.  Okay by you?
  26.  
  27.  #: 23936      Sec. 4 - Programming
  28. Sb: #23905-#MORRAM
  29.     02-Jan-84  05:23:26
  30. Fm: Wes Gray 71445,1006
  31. To: Tom Perry  70455,751 (X)
  32.  
  33. Tom: Your changes sound good. However, please credit Dan O'Brien who is
  34. the author. I only uploaded it here because it was a useful program. I
  35. will pass along your copy to Dan.              Wes
  36. *** There is a reply:
  37.     23941
  38.  
  39.  #: 23941      Sec. 4 - Programming
  40. Sb: #23936-#MORRAM
  41.     02-Jan-84  09:05:26
  42. Fm: Tom Perry  70455,751
  43. To: Wes Gray 71445,1006 (X)
  44.  
  45. Okay, Wes.  By the way, the problem I mentioned in parentheses
  46. (concerning my Vertex/Rickerdata KEYSWAPPER program not working) had
  47. nothing to do with MORRAM; the villain is BUF128, which changes several
  48. interrupt vectors without regard for what they were before.
  49.     I would like to put this program up on some other bulletin
  50. boards I frequent.  I gather that is not a problem -- it seems to be
  51. public domain, right?             thanks, tom
  52.  
  53. *** There is a reply:
  54.     24015
  55.  
  56.  #: 24015      Sec. 4 - Programming
  57. Sb: #23941-MORRAM
  58.     02-Jan-84  18:27:11
  59. Fm: Wes Gray 71445,1006
  60. To: Tom Perry  70455,751 (X)
  61.  
  62. Tom: It is public domain, and Dan appreciates people spreading it
  63. around.          Wes
  64.  
  65.