Proofread
This commit is contained in:
parent
e6e8e48d81
commit
ae308fd092
16
lkmpg.tex
16
lkmpg.tex
|
@ -145,17 +145,19 @@ To search for the \verb|fat| module:
|
||||||
sudo lsmod | grep fat
|
sudo lsmod | grep fat
|
||||||
\end{codebash}
|
\end{codebash}
|
||||||
|
|
||||||
\subsection{Do I need to download and compile the kernel?}
|
\subsection{Is there a need to download and compile the kernel?}
|
||||||
\label{sec:buildkernel}
|
\label{sec:buildkernel}
|
||||||
For the purposes of following this guide you don't necessarily need to do that.
|
To effectively follow this guide, there is no obligatory requirement for performing such actions.
|
||||||
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.
|
Nonetheless, a prudent approach involves executing the examples within a test distribution on a virtual machine,
|
||||||
|
thus mitigating any potential risk of disrupting the system.
|
||||||
|
|
||||||
\subsection{Before We Begin}
|
\subsection{Before We Begin}
|
||||||
\label{sec:preparation}
|
\label{sec:preparation}
|
||||||
Before we delve into code, there are a few issues we need to cover.
|
Before delving into code, certain matters require attention.
|
||||||
Everyone's system is different and everyone has their own groove.
|
Variances exist among individuals' systems, and distinct personal approaches are evident.
|
||||||
Getting your first "hello world" program to compile and load correctly can sometimes be a trick.
|
The achievement of successful compilation and loading of the inaugural ``hello world'' program may,
|
||||||
Rest assured, after you get over the initial hurdle of doing it for the first time, it will be smooth sailing thereafter.
|
at times, present challenges.
|
||||||
|
It is reassuring to note that overcoming the initial obstacle in the first attempt paves the way for subsequent endeavors to proceed seamlessly.
|
||||||
|
|
||||||
\begin{enumerate}
|
\begin{enumerate}
|
||||||
\item Modversioning.
|
\item Modversioning.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user