You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lkmpg.tex
+9-7Lines changed: 9 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -145,17 +145,19 @@ \subsection{What Modules are in my Kernel?}
145
145
sudo lsmod | grep fat
146
146
\end{codebash}
147
147
148
-
\subsection{Do I need to download and compile the kernel?}
148
+
\subsection{Is there a need to download and compile the kernel?}
149
149
\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.
152
153
153
154
\subsection{Before We Begin}
154
155
\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.
0 commit comments