home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / programm / 12500 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  707 b 

  1. Path: sparky!uunet!UB.com!pacbell.com!sgiblab!munnari.oz.au!uniwa!ernie
  2. From: ernie@tartarus.uwa.edu.au (Ernest Ong)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Accessing mem above 1 meg???
  5. Date: 27 Jan 1993 03:40:41 GMT
  6. Organization: The University of Western Australia
  7. Lines: 17
  8. Message-ID: <1k507pINN60e@uniwa.uwa.edu.au>
  9. NNTP-Posting-Host: tartarus.uwa.edu.au
  10. X-Newsreader: Tin 1.1 PL5
  11.  
  12.  
  13. Does anyone know how to access memory above 1 meg on a 386 machine???
  14.  
  15. without switching to protected mode
  16. ie in real mode & using linear addressing (bypassing MMU).
  17.  
  18. currently im using this instruction
  19.  
  20. mov al, gs:[ebx]
  21.  
  22. ebx = 0x172000  , gs = 0
  23. it hangs the machine...
  24.  
  25. Help!!!!
  26. Thanks in advance...
  27. Ernest...
  28.  
  29.