Browse Source

deploy: 7b38f3713a1eaa5e17d955531d04f535e8b72517

jserv 2 years ago
parent
commit
41f3126448
2 changed files with 4 additions and 4 deletions
  1. 2 2
      index.html
  2. 2 2
      lkmpg-for-ht.html

+ 2 - 2
index.html

@@ -18,7 +18,7 @@
 
 <h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
 <div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
-<div class='date'><span class='ecrm-1200'>September 23, 2022</span></div>
+<div class='date'><span class='ecrm-1200'>October 4, 2022</span></div>
                                                                   
 
                                                                   
@@ -4904,7 +4904,7 @@ requests. Another job, which is every bit as important, is to speak to the hardw
 connected to the machine.
 </p><!-- l. 1805 --><p class='indent'>   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 second, called
+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

+ 2 - 2
lkmpg-for-ht.html

@@ -18,7 +18,7 @@
 
 <h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
 <div class='author'><span class='ecrm-1200'>Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang</span></div><br />
-<div class='date'><span class='ecrm-1200'>September 23, 2022</span></div>
+<div class='date'><span class='ecrm-1200'>October 4, 2022</span></div>
                                                                   
 
                                                                   
@@ -4904,7 +4904,7 @@ requests. Another job, which is every bit as important, is to speak to the hardw
 connected to the machine.
 </p><!-- l. 1805 --><p class='indent'>   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 second, called
+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