From 6640ccdc0fdea47bdd60ff813104f7bbfd21ce61 Mon Sep 17 00:00:00 2001 From: weihsinyeh <90430653+weihsinyeh@users.noreply.github.com> Date: Sat, 13 Apr 2024 13:37:28 +0800 Subject: [PATCH] Fix unmatched quotation (#251) --- lkmpg.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lkmpg.tex b/lkmpg.tex index 8d7449b..9b2377b 100644 --- a/lkmpg.tex +++ b/lkmpg.tex @@ -190,7 +190,7 @@ It is reassuring to note that overcoming the initial obstacle in the first attem If this message \emph{Lockdown: insmod: unsigned module loading is restricted; see man kernel lockdown.7} appears in the \sh|dmesg| 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. + allowing the successful insertion 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,