Skip to content

Commit ae308fd

Browse files
committed
Proofread
1 parent e6e8e48 commit ae308fd

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

lkmpg.tex

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -145,17 +145,19 @@ \subsection{What Modules are in my Kernel?}
145145
sudo lsmod | grep fat
146146
\end{codebash}
147147

148-
\subsection{Do I need to download and compile the kernel?}
148+
\subsection{Is there a need to download and compile the kernel?}
149149
\label{sec:buildkernel}
150-
For the purposes of following this guide you don't necessarily need to do that.
151-
However, it would be wise to run the examples within a test distribution running on a virtual machine in order to avoid any possibility of messing up your system.
150+
To effectively follow this guide, there is no obligatory requirement for performing such actions.
151+
Nonetheless, a prudent approach involves executing the examples within a test distribution on a virtual machine,
152+
thus mitigating any potential risk of disrupting the system.
152153

153154
\subsection{Before We Begin}
154155
\label{sec:preparation}
155-
Before we delve into code, there are a few issues we need to cover.
156-
Everyone's system is different and everyone has their own groove.
157-
Getting your first "hello world" program to compile and load correctly can sometimes be a trick.
158-
Rest assured, after you get over the initial hurdle of doing it for the first time, it will be smooth sailing thereafter.
156+
Before delving into code, certain matters require attention.
157+
Variances exist among individuals' systems, and distinct personal approaches are evident.
158+
The achievement of successful compilation and loading of the inaugural ``hello world'' program may,
159+
at times, present challenges.
160+
It is reassuring to note that overcoming the initial obstacle in the first attempt paves the way for subsequent endeavors to proceed seamlessly.
159161

160162
\begin{enumerate}
161163
\item Modversioning.

0 commit comments

Comments
 (0)