APIC Timer: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m Spelling and Grammar
m is
Line 1: Line 1:
The great benefit of the Local APIC timer that it is hardwired to each CPU core, unlike the [[PIT|Programmable Interval Timer]] which is a separate circuit. Because of this, there is no need for any resource management, which makes things easier. The downside is that it's oscillating at (one of) the CPU's frequencies, which varies from machine to machine, while the PIT uses a standard frequency (1193182 Hz). To make use of it, you have to know how many interrupts/sec it's capable of.
The great benefit of the Local APIC timer is that it is hardwired to each CPU core, unlike the [[PIT|Programmable Interval Timer]] which is a separate circuit. Because of this, there is no need for any resource management, which makes things easier. The downside is that it's oscillating at (one of) the CPU's frequencies, which varies from machine to machine, while the PIT uses a standard frequency (1193182 Hz). To make use of it, you have to know how many interrupts/sec it's capable of.


== APIC Timer Modes ==
== APIC Timer Modes ==