|
@@ -18,7 +18,7 @@
|
|
|
|
|
|
<h2 class='titleHead'>The Linux Kernel Module Programming Guide</h2>
|
|
<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='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>
|
|
<!-- 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:
|
|
module. You can find info on it with the command:
|
|
</p>
|
|
</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:
|
|
<!-- l. 240 --><p class='indent'> At this point the command:
|
|
</p>
|
|
</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>
|
|
<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>
|