Merge pull request #187 from linD026/master
Relocate Archlinux code snippet to avoid confusion
This commit is contained in:
commit
cdf7b42ac1
10
lkmpg.tex
10
lkmpg.tex
@ -204,17 +204,17 @@ sudo apt-get update
|
|||||||
apt-cache search linux-headers-`uname -r`
|
apt-cache search linux-headers-`uname -r`
|
||||||
\end{codebash}
|
\end{codebash}
|
||||||
|
|
||||||
On Arch Linux:
|
|
||||||
\begin{codebash}
|
|
||||||
sudo pacman -S linux-headers
|
|
||||||
\end{codebash}
|
|
||||||
|
|
||||||
This will tell you what kernel header files are available.
|
This will tell you what kernel header files are available.
|
||||||
Then for example:
|
Then for example:
|
||||||
\begin{codebash}
|
\begin{codebash}
|
||||||
sudo apt-get install kmod linux-headers-5.4.0-80-generic
|
sudo apt-get install kmod linux-headers-5.4.0-80-generic
|
||||||
\end{codebash}
|
\end{codebash}
|
||||||
|
|
||||||
|
On Arch Linux:
|
||||||
|
\begin{codebash}
|
||||||
|
sudo pacman -S linux-headers
|
||||||
|
\end{codebash}
|
||||||
|
|
||||||
\section{Examples}
|
\section{Examples}
|
||||||
\label{sec:examples}
|
\label{sec:examples}
|
||||||
All the examples from this document are available within the \verb|examples| subdirectory.
|
All the examples from this document are available within the \verb|examples| subdirectory.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user