mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-17 14:57:49 +00:00
Use zola's page_template feature
This commit is contained in:
@@ -3,7 +3,7 @@ title = "Hardware Interrupts"
|
||||
weight = 8
|
||||
path = "hardware-interrupts"
|
||||
date = 2018-10-22
|
||||
template = "second-edition/page.html"
|
||||
|
||||
+++
|
||||
|
||||
In this post we set up the programmable interrupt controller to correctly forward hardware interrupts to the CPU. To handle these interrupts we add new entries to our interrupt descriptor table, just like we did for our exception handlers. We will learn how to get periodic timer interrupts and how to get input from the keyboard.
|
||||
|
||||
Reference in New Issue
Block a user