|
@@ -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'>April 9, 2024</span></div>
|
|
|
+<div class='date'><span class='ecrm-1200'>April 13, 2024</span></div>
|
|
|
|
|
|
|
|
|
|
|
@@ -270,7 +270,7 @@ seamlessly.
|
|
|
|
|
|
</code> output, the simplest approach involves disabling UEFI SecureBoot from
|
|
|
the boot menu of your PC or laptop, allowing the successful insertion
|
|
|
- of ‘hello world” module. Naturally, an alternative involves undergoing
|
|
|
+ of “hello world” module. Naturally, an alternative involves undergoing
|
|
|
intricate procedures such as generating keys, system key installation, and
|
|
|
module signing to achieve functionality. However, this intricate process
|
|
|
is less appropriate for beginners. If interested, more detailed steps for
|