Skip to content

Commit ad2bea1

Browse files
authored
Typo fix in 07_APIC.md (#106)
1 parent 565fb69 commit ad2bea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

02_Architecture/07_APIC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ The actual read or write operation is performed when IOWIN is accessed.
259259
Accessing IOREGSEL has no side effects.
260260

261261
### Interrupt source overrides
262-
They contain differences between the IA-PC standard and the dual 8250 interrupt definitions. The isa interrupts should be identity mapped into the first I/O APIC sources, but most of the time there will be at least one exception. This table contains those exceptions.
262+
They contain differences between the IA-PC standard and the dual 8259 interrupt definitions. The isa interrupts should be identity mapped into the first I/O APIC sources, but most of the time there will be at least one exception. This table contains those exceptions.
263263

264264
An example is the PIT Timer is connected to ISA IRQ 0, but when apic is enabled it is connected to the I/O APIC interrupt input pin 2, so in this case we need an interrupt source override where the Source entry (bus source) is 0 and the global system interrupt is 2
265265
The values stored in the I/O APIC Interrupt source overrides in the MADT are:

0 commit comments

Comments
 (0)