home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / os / msdos / programm / 10647 < prev    next >
Encoding:
Internet Message Format  |  1992-11-15  |  1.1 KB

  1. Path: sparky!uunet!walter!qualcom.qualcomm.com!network.ucsd.edu!swrinde!zaphod.mps.ohio-state.edu!cis.ohio-state.edu!news.sei.cmu.edu!drycas.club.cc.cmu.edu!pitt.edu!cislabs.pitt.edu
  2. Newsgroups: comp.os.msdos.programmer
  3. Subject: Re: MS-DOS in 386 protected mode
  4. Message-ID: <9691@blue.cis.pitt.edu.UUCP>
  5. From: mchst12@cislabs.pitt.edu (Mark Hahn)
  6. Date: 16 Nov 92 01:56:27 GMT
  7. Reply-To: mchst12@pitt.edu
  8. Sender: news+@pitt.edu
  9. References: <37619@uflorida.cis.ufl.edu>
  10. Keywords: DOS, protect-mode, v86
  11. Lines: 13
  12.  
  13. Actually, it's not that hard to run dos in a v86 box.
  14. Find a copy of Al Williams' (useful) book "Dos5: A Developer's Guide."
  15. The book isn't much about dos5, and instead focuses on how to write
  16. useful stuff that dos fumbles.  In particular, it contains code for
  17. "PROT," which is a dos extender that runs in protect mode and provides
  18. access to the real-mode world through a v86 box.  It also contains code
  19. to reprogram the PICs to seperate processor traps/execptions/faults
  20. from hardware vectored interrupts.
  21.  
  22. A wonderful book, although the code is perhaps a bit hard to read,
  23. and PROT is not explained in detail.
  24.  
  25. regards, Mark.
  26.