home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / msdos / programm / 11472 < prev    next >
Encoding:
Internet Message Format  |  1992-12-17  |  1.2 KB

  1. Path: sparky!uunet!spool.mu.edu!agate!doc.ic.ac.uk!uknet!jet!kr
  2. From: kr@jet.uk (Kenneth Reed)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Running DOS in Virtual 8086 mode
  5. Message-ID: <1992Dec17.084359.14339@jet.uk>
  6. Date: 17 Dec 92 08:43:59 GMT
  7. Organization: Joint European Torus
  8. Lines: 25
  9.  
  10. I'm tinkering with Protected Mode programming on the 386 and I'm
  11. trying to call DOS functions. I'm almost there ... but not quite.
  12.  
  13. I can get into VM mode OK and call *some* DOS functions just fine, for
  14. example keyboard input and screen output, but others do strange
  15. things. For example, if I try accessing the hard disk I get a critical
  16. error saying that the drive door is open!
  17.  
  18. I know the answer is that there must be a bug in my code but I just
  19. can't see it. The fact that some interrupts work fine (even hardware
  20. interrupts are being processed OK) but others don't has got me
  21. baffled.
  22.  
  23. If anyone has had similar problems, and can give me a pointer in the
  24. right direction to look, it would be most appreciated.
  25.  
  26. Regards
  27.  
  28. Ken
  29.  
  30. -- 
  31. - Ken Reed, Joint European Torus, Abingdon, Oxfordshire, UK
  32.   kr@jet.uk
  33. - Disclaimer: Please note that the above is a personal view and should not 
  34.   be construed as an official comment from the JET project.
  35.