1
0
Kohei Otsuka 2 жил өмнө
parent
commit
7b38f3713a
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      lkmpg.tex

+ 1 - 1
lkmpg.tex

@@ -1803,7 +1803,7 @@ But the job of the kernel is not just to respond to process requests.
 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.