home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / programm / 7038 < prev    next >
Encoding:
Text File  |  1992-12-15  |  1.6 KB  |  40 lines

  1. Organization: Sophomore, H&SS general, Carnegie Mellon, Pittsburgh, PA
  2. Path: sparky!uunet!cis.ohio-state.edu!news.sei.cmu.edu!fs7.ece.cmu.edu!crabapple.srv.cs.cmu.edu!andrew.cmu.edu!mp52+
  3. Newsgroups: comp.os.os2.programmer
  4. Message-ID: <wf=P=Y_00iV200iG4o@andrew.cmu.edu>
  5. Date: Tue, 15 Dec 1992 05:26:44 -0500 
  6. From: Matthew Edward Patton <mp52+@andrew.cmu.edu>
  7. Subject: Re: DOS Box Programming
  8. In-Reply-To: <1992Dec14.180704.29564@wicat.com>
  9. Lines: 29
  10.  
  11. Excerpts from netnews.comp.os.os2.programmer: 14-Dec-92 Re: DOS Box
  12. Programming by Kevin Vigor@wicat.com 
  13. > Call interrupt 2F (hex) with AX set to 1680 (hex). The call returns with
  14. > AL set to zero on sucess and 80 on failure. N.B.: this same call works
  15. > in a Windows 3.x DOS box and under DPMI.
  16.  
  17. Although this information is not what I am interested in (I am not the
  18. one who requested it) my interest lies in where you found the
  19. information about the interrupt/call information.  Is there programmer
  20. documentation for the mdos/os2 kernel I don't know about?
  21.  
  22. Where do I get the info?
  23.  
  24.  
  25. Thanks
  26.  
  27. ==================================================================
  28.                      Laws of Computer Programming
  29.  
  30. 1. Any given program, by the time it is up and running is obsolete.
  31. 2. Any given program costs more and takes longer than planned and budgeted.
  32. 3. Inside every large program is a small program struggling to get out.
  33. 4. Program complexity grows until it exceeds the capability of the programmer
  34.    who must maintain it.
  35. 5. At the source of every error which is blamed on the computer, you will
  36.    find at least two human errors, including the error of blaming it on the
  37.    computer.
  38.  
  39. Press F4 to exit menu.
  40.