1 / 4

CPU Interrupt Hardware

CPU Interrupt Hardware. CPU accepts interrupt request: 1. Save PC and Flag register 2. Change mode bit 3. Push ISR’s starting address to PC. ISR { 1. Inhibit INT; 2. Pop CPU registers and save them in PCB; 3. Check which type of INT 4. Check which event occurs/what device requests

Télécharger la présentation

CPU Interrupt Hardware

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CPU Interrupt Hardware

  2. CPU accepts interrupt request: • 1. Save PC and Flag register • 2. Change mode bit • 3. Push ISR’s starting address to PC

  3. ISR { • 1. Inhibit INT; • 2. Pop CPU registers and save them in PCB; • 3. Check which type of INT • 4. Check which event occurs/what device requests INT • 5. Perform corresponding interrupt service • 6. Set clock timer • 7. Clear corresponding INT bits and event register and in INT register • 8. Scheduler () • {Select a process from Ready Queue; • Context switch;}

More Related