One 8259A can connect 8 interrupt sources,
the IRQ2 in master 8259A must connect to slave 8259A,
I think two 8259A can connect 7+8 interrupt sources,
but I find some books say two 8259A can connect
8+8 interrupt sources,I want to know how many?
How many two 8259A can connect interrupt sources?
-
- Member
- Posts: 70
- Joined: Fri Nov 19, 2010 6:54 pm
Re: How many two 8259A can connect interrupt sources?
Technically, one can attach 8 slave PIC's to one master PIC, resulting in 64 distinct IRQ lines. It's never been done as far as I know.
Re: How many two 8259A can connect interrupt sources?
The PIC is all legacy, and all modern computers have an APIC (and some PCI-cards even use MSI to directly generate processor interrupts). Some modern computers still have legacy-PICs as well, but then typically won't support non-legacy devices through PIC.