Skip to content

Commit 7b38f37

Browse files
authored
Fix typo (#169)
1 parent 760df73 commit 7b38f37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lkmpg.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1803,7 +1803,7 @@ \subsection{Interrupt Handlers}
18031803
Another job, which is every bit as important, is to speak to the hardware connected to the machine.
18041804

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

0 commit comments

Comments
 (0)