home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / msdos / programm / 12449 < prev    next >
Encoding:
Text File  |  1993-01-25  |  993 b   |  28 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!spool.mu.edu!news.nd.edu!bach!rohrs
  3. From: rohrs@bach.helios.nd.edu (matt)
  4. Subject: Lower the priority of an interrupt
  5. Message-ID: <1993Jan25.203640.25918@news.nd.edu>
  6. Sender: news@news.nd.edu (USENET News System)
  7. Organization: OUC, University of Notre Dame
  8. Distribution: usa
  9. Date: Mon, 25 Jan 1993 20:36:40 GMT
  10. Lines: 16
  11.  
  12. Here is the problem:
  13.  
  14. I have written an interrupt handler for the clock
  15. interrupt that basically checks to see if a task that requires
  16. lower priority should run.  So, what I would like to do is lower the priority
  17. of the current interrupt to a lower level.  I tried doing this by changing
  18. the mask register in the 8259A, but this didn't seem to do the trick.
  19.  
  20. I think the problem is that I am doing a non-specific end of interrupt
  21. rather than a specific end of interrupt, or that somethng else must be changed
  22. besides just the mask regsiter...  Any ideas (of working pieces of code)?
  23.  
  24. Thanks in advance,
  25.  
  26. -- Matt
  27.   
  28.