1
0
Эх сурвалжийг харах

deploy: e4016013b280580781012f2124361cb24895a9e1

jserv 3 жил өмнө
parent
commit
f8f034a765
2 өөрчлөгдсөн 4 нэмэгдсэн , 4 устгасан
  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'>November 16, 2021</span></div>
+<div class='date'><span class='ecrm-1200'>December 4, 2021</span></div>
                                                                   
 
                                                                   
@@ -325,7 +325,7 @@ to use <span class='ecti-1000'>tabs</span>, not spaces.
 <!-- l. 234 --><p class='indent'>   If all goes smoothly you should then find that you have a compiled <span class='obeylines-h'><span class='verb'><span class='ectt-1000'>hello-1.ko</span></span></span>
 module. You can find info on it with the command: 
 </p>
-   <pre class='fancyvrb' id='fancyvrb13'><a id='x1-12073r1'></a><span class='ecrm-0500'>1</span><span class='ectt-1000'>sudo modinfo hello-1.ko</span></pre>
+   <pre class='fancyvrb' id='fancyvrb13'><a id='x1-12073r1'></a><span class='ecrm-0500'>1</span><span class='ectt-1000'>modinfo hello-1.ko</span></pre>
 <!-- l. 240 --><p class='indent'>   At this point the command: 
 </p>
    <pre class='fancyvrb' id='fancyvrb14'><a id='x1-12076r1'></a><span class='ecrm-0500'>1</span><span class='ectt-1000'>sudo lsmod | grep hello</span></pre>

+ 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'>November 16, 2021</span></div>
+<div class='date'><span class='ecrm-1200'>December 4, 2021</span></div>
                                                                   
 
                                                                   
@@ -325,7 +325,7 @@ to use <span class='ecti-1000'>tabs</span>, not spaces.
 <!-- l. 234 --><p class='indent'>   If all goes smoothly you should then find that you have a compiled <span class='obeylines-h'><span class='verb'><span class='ectt-1000'>hello-1.ko</span></span></span>
 module. You can find info on it with the command: 
 </p>
-   <pre class='fancyvrb' id='fancyvrb13'><a id='x1-12073r1'></a><span class='ecrm-0500'>1</span><span class='ectt-1000'>sudo modinfo hello-1.ko</span></pre>
+   <pre class='fancyvrb' id='fancyvrb13'><a id='x1-12073r1'></a><span class='ecrm-0500'>1</span><span class='ectt-1000'>modinfo hello-1.ko</span></pre>
 <!-- l. 240 --><p class='indent'>   At this point the command: 
 </p>
    <pre class='fancyvrb' id='fancyvrb14'><a id='x1-12076r1'></a><span class='ecrm-0500'>1</span><span class='ectt-1000'>sudo lsmod | grep hello</span></pre>