mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
Fix typo: 8259 APIC -> 8259 PIC
This commit is contained in:
@@ -548,4 +548,4 @@ Now we are able to interact with our kernel and have some fundamental building b
|
||||
|
||||
## What's next?
|
||||
|
||||
As already mentioned, the 8259 APIC has been superseded by the [APIC], a controller with more capabilities and multicore support. In the next post we will explore this controller and learn how to use its integrated timer and how to set interrupt priorities.
|
||||
As already mentioned, the 8259 PIC has been superseded by the [APIC], a controller with more capabilities and multicore support. In the next post we will explore this controller and learn how to use its integrated timer and how to set interrupt priorities.
|
||||
|
||||
Reference in New Issue
Block a user