Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8101215
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T22:55:46+00:00 2026-06-05T22:55:46+00:00

It is said that When an interrupt is sent by the PIC, the PIC

  • 0

It is said that

When an interrupt is sent by the PIC, the PIC will not send another
interrupt from that same source until it gets acknowledged through an
I/O port. This is because interrupt handlers usually manipulate
critical data structures and would not withstand being interrupted by
new invocations of themselves (i.e. they are not reentrant).

I don’t understand. Is there something different between interrupts of the same source and different source?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-05T22:55:47+00:00Added an answer on June 5, 2026 at 10:55 pm

    You can get interrupts from different sources: timer, hard disk, network, etc. Each one of those interrupts will be handled by a different interrupt handler.

    Therefore, if an interrupt from source (S1) arrives while another interrupt from source (S2) is being processed, there is no problem. Both interrupts are being handled by different interrupt handlers.

    On the other hand, if an interrupt from source (S) arrives while the handler for that source is processing another interrupt, the handler will not be able to process the second one since it is not designed in a reentrant way (i.e., it cannot be interrupted, process the new interrupt, and then go back to process the original interrupt).

    You may have a look at Understanding the Linux Kernel for detailed information on the way interrupts work in the Linux kernel.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

It's said that you should not call GUI functions from a thread, but I'm
Before someone said that I did not read I may say that I read
Its said that property should not be Set only (Code analysis rule CA1044 )and
Many people said that scanf shouldn't be used in more serious program, same as
It's said that Java's default serialization mechanism is not very efficient because a)it discovers
Someone said that I might not be getting how to proper code in Haskell.
It is said that valuetype derives from system.object. Why do object derived classes take
The manual said that The destructor method will be called as soon as all
It seems to be often said that Task Manager does not provide an accurate
Somebody said that when your PHP code and application use global variables then it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.