Skip to content

Commit

Permalink
Fix typo (#169)
Browse files Browse the repository at this point in the history
  • Loading branch information
kohei306 authored Oct 4, 2022
1 parent 760df73 commit 7b38f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lkmpg.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1803,7 +1803,7 @@ \subsection{Interrupt Handlers}
Another job, which is every bit as important, is to speak to the hardware connected to the machine.

There are two types of interaction between the CPU and the rest of the computer's hardware.
The first type is when the CPU gives orders to the hardware, the order is when the hardware needs to tell the CPU something.
The first type is when the CPU gives orders to the hardware, the other is when the hardware needs to tell the CPU something.
The second, called interrupts, is much harder to implement because it has to be dealt with when convenient for the hardware, not the CPU.
Hardware devices typically have a very small amount of RAM, and if you do not read their information when available, it is lost.

Expand Down

0 comments on commit 7b38f37

Please sign in to comment.