home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / alt / lang / asm / 466 next >
Encoding:
Internet Message Format  |  1992-11-15  |  1.4 KB

  1. Path: sparky!uunet!ornl!sunova!convex!darwin.sura.net!spool.mu.edu!agate!doc.ic.ac.uk!uknet!mcsun!sun4nl!hacktic!utopia!global!peter
  2. From: peter@global.hacktic.nl (Peter Busser)
  3. Newsgroups: alt.lang.asm
  4. Subject: Re: 32-bit addressing
  5. Message-ID: <1992Nov14.090106.350@global.hacktic.nl>
  6. Date: 14 Nov 92 09:01:06 GMT
  7. References: <corey.0e1y@amiganet.chi.il.us> <librik.721637551@cory.Berkeley.EDU>
  8. Organization: Global Village 1
  9. Lines: 21
  10.  
  11. librik@cory.Berkeley.EDU (David Librik) writes:
  12.  
  13. >corey@amiganet.chi.il.us (Corey Sweeney) writes:
  14.  
  15. >Or do you mean "protected mode"?  The problem with running in protected
  16. >mode is that it is a pain and a half to access low memory (i.e. DOS and
  17. >video); you'll need something like Phar Lap's DOS extender.
  18.  
  19. ??? In PM you can access low mem as easily as high mem. It's just a matter of
  20. setting the descriptor tables right.
  21.  
  22. >You can get
  23. >a 286 into protected mode, but it's a kludge -- although I don't have the
  24. >code here, it involves sending a command to the keyboard controller and
  25. >then doing a quick reboot!  It's easier on the 386.
  26.  
  27. Ha! That's not true! It's as easy to get a 80286 *IN* protected mode as it is
  28. to get a 386 *IN*. Only to get *OUT* of PM (i.e. switch to RM) requires a
  29. kludge on the 286. BTW, there exist undocumented instructions on both the 286
  30. and the 386 which allow you to access mem >1M without switching to PM mode and
  31. back to RM (although I don't know the details).
  32.