home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / msdos / programm / 10580 < prev    next >
Encoding:
Text File  |  1992-11-13  |  1.4 KB  |  31 lines

  1. Nntp-Posting-Host: maud.ifi.uio.no
  2. Newsgroups: comp.os.msdos.programmer
  3. Path: sparky!uunet!news.centerline.com!noc.near.net!news.Brown.EDU!qt.cs.utexas.edu!yale.edu!ira.uka.de!gmd.de!Germany.EU.net!mcsun!sunic!aun.uninett.no!nuug!ifi.uio.no!runefr
  4. From: runefr@ifi.uio.no (Rune Fr|ysa)
  5. Subject: Dos taking over int 5.
  6. Message-ID: <1992Nov13.075323.454@ifi.uio.no>
  7. Sender: runefr@ifi.uio.no (Rune Fr|ysa)
  8. Organization: Dept. of Informatics, University of Oslo, Norway
  9. Date: Fri, 13 Nov 1992 07:53:23 GMT
  10. Lines: 18
  11. Originator: runefr@maud.ifi.uio.no
  12.  
  13.  
  14. Yesterday, I experienced the following problem:
  15. I have an interrupt (print screen key) routine conntected to int 5.
  16. After booting, the interupt address is: FF000:FF54 which is owned by
  17. BIOS, next using Norton SI to set screen mode to 80x50 lines, results
  18. in a vector to 02D5:37E3 which is Dos system area, and my interrupt
  19. routine which was installed before DOS takes over, no longer get 
  20. called at the press of the print screen key.
  21.  
  22. Anyone who has any idea of how to solve this problem? 
  23. (I prefer not to take control over int 09)
  24.  
  25. ---------===============================================--------------
  26. Rune Froysa,                 |"Science is the attempt to make the 
  27. Dept. of Informatics         | chaotic diversity of our sense experience
  28. University of Oslo, Norway   | correspond to a logically uniform system 
  29. E-mail:runefr@ifi.uio.no     | of thought" - Albert Einstein.
  30.  
  31.