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

  1. Xref: sparky comp.os.msdos.programmer:12444 alt.msdos.programmer:3235
  2. Path: sparky!uunet!gatech!darwin.sura.net!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!olivea!inews.Intel.COM!td2cad!dmarer
  3. From: dmarer@td2cad.intel.com (Dennis Marer)
  4. Newsgroups: comp.os.msdos.programmer,alt.msdos.programmer
  5. Subject: Re: 386/486 Protected Mode Programming. Good books?
  6. Message-ID: <C1FKLK.776@inews.Intel.COM>
  7. Date: 25 Jan 93 22:17:44 GMT
  8. References: <1993Jan23.185446.4033@inesc.pt>
  9. Sender: news@inews.Intel.COM (USENET News System)
  10. Organization: Intel Corporation, Santa Clara, CA USA
  11. Lines: 22
  12. Nntp-Posting-Host: td2cad
  13.  
  14. In article <1993Jan23.185446.4033@inesc.pt> cma@eniac.inesc.pt (Carlos Antunes) writes:
  15. >I want to learn how to program the 386/486 in protected mode. Is there
  16. >any good books out there that teach how to program the 386/486 in
  17. >protected mode, but without using things like DPMI. I want to program
  18. >the 386/486 for protected mode operation directly.
  19.  
  20. Suggestion - avoid 'The 80386 handbook' which was published by McGraw Hill.
  21. It does describe very well the 386 instruction set and a general overview of
  22. its functions, but provides only *1* example of placing the 386 into Protected
  23. Mode.  This example was originally written for the 286 (it says so in the
  24. book!) and only performs limited functions - single task, single segment.
  25. The remaining 'Protected Mode' functions are written using the Phar Lap
  26. DOS extender, and offers no insight to programming in Protected Mode.
  27.  
  28. I suggest starting with Intel's 'Microprocessor Handbook' - it's got most of
  29. what you'll need, but probably a good book written in not so technical terms
  30. will also help you on your way.
  31.  
  32.                 Dennis Marer
  33.                 dmarer@td2cad.intel.com
  34.  
  35. -- Not speaking for Intel.
  36.