home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / msdos / programm / 10541 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.3 KB

  1. Path: sparky!uunet!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!convex!constellation!occrsh!fang!gator!rde!tssi!dsndata!netcomsv!cruzio!aki
  2. From: aki@cruzio.santa-cruz.ca.us
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Re: Protected Mode Interrupts
  5. Message-ID: <4614@cruzio.santa-cruz.ca.us>
  6. Date: Mon, 09 Nov 92 10:08:45 PST
  7. References: <1992Oct29.075500.15529@cis.ohio-state.edu> <GAH.92Nov9190759@HP370T.trc.mew.mei.co.jp>
  8. Sender: aki@cruzio.santa-cruz.ca.us
  9. Reply-To: aki@cruzio.santa-cruz.ca.us
  10. Lines: 18
  11.  
  12.  
  13.  
  14. I don't see a major problem in sharing interrupt numbers between
  15. IRQ chips and exceptions. You layer an exception handler on top
  16. of an IRQ handler. The exception handler checks if the PIC is
  17. requesting an interrupt. If it is, just call the IRQ handler.
  18. Otherwise handle the exception.  Of course the billion dollar
  19. question is how to handle an exception that happens simultaneously
  20. with an IRQ.  I don't have a billion bucks, thus I don't know.
  21. I suggest that everyone just moves the IRQs somewhere else. You
  22. can program the PIC with three bytes if you want to. Anybody
  23. want to get the data? I would need to dig it out of the manuals
  24. again, but it would be no problem.
  25.  
  26. Aki
  27. -- 
  28. /  Phone: 408-662 9664   Fax: 662 9676  |  "Aki" pronounced: Ah-Key. I know  \ 
  29. \  125 Searidge Ct #D, Aptos, CA 95003  |  what I'm doing most of the time.  /
  30.