home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / MEMORIA / EXTMOVE.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1987-04-14  |  1.4 KB  |  31 lines

  1. Program - Access Extended Memory And Remain In Real Mode
  2. Release Date - 4/14/87 To The Public Domain
  3. Author - Garland Wong
  4.  
  5. This program allows you to access memory in extended memory and still
  6. remain in real mode.  This is accompolish the same way vdisk.sys does
  7. it.  The memory is accessed via a extended block move Int 15 Function
  8. 87H.  This function allows you to go into protected mode and back to
  9. real mode via the shut down byte status reboot. For technical information 
  10. you can refer to PC TECH JOURNAL JUNE 1985. I provide you the ability to 
  11. go from extended to conventional memory and vice versa.  All you have to
  12. do is compile the c demo and assemble the exmove.asm and link them all 
  13. together.
  14.  
  15. Note, that the conventional memory is accessed via a 32 bit pointer
  16. (segment:offset) while extended memory is accessed via a 24 bit
  17. physical address.  Note the block move can move a maximum of 64k per
  18. move.
  19.  
  20. I reserve no rights for this program.  Do what you want to this
  21. program.  I also assume no liability for this program.
  22.  
  23. If you have any questions, you can leave me a message on Mike's C Board
  24. (619) 722-4363 or Compuserve 76167,1221.  Also, I am available for
  25. consulting services.  So, if you have any problems don't hesitate and give me a call. You can call me at 
  26. InSyte Software And Consulting (619) 566-3973.
  27.  
  28.                                        Happy Computing,
  29.                                        Garland Wong
  30.  
  31.