Fixed `interrups` -> `interrupts`.
This commit is contained in:
Steve Kemp
2018-10-22 21:41:57 +03:00
committed by Philipp Oppermann
parent 6465d6e68e
commit 005551efc8

View File

@@ -6,7 +6,7 @@ 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 interrups 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.
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.
<!-- more -->