We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91431a commit b0d4204Copy full SHA for b0d4204
lkmpg.tex
@@ -204,17 +204,17 @@ \section{Headers}
204
apt-cache search linux-headers-`uname -r`
205
\end{codebash}
206
207
-On Arch Linux:
208
-\begin{codebash}
209
-sudo pacman -S linux-headers
210
-\end{codebash}
211
-
212
This will tell you what kernel header files are available.
213
Then for example:
214
\begin{codebash}
215
sudo apt-get install kmod linux-headers-5.4.0-80-generic
216
217
+On Arch Linux:
+\begin{codebash}
+sudo pacman -S linux-headers
+\end{codebash}
+
218
\section{Examples}
219
\label{sec:examples}
220
All the examples from this document are available within the \verb|examples| subdirectory.
0 commit comments