Skip to content

Commit

Permalink
Kernel compiling: talking about CPU cores or threads
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
  • Loading branch information
michaelopdenacker authored and tpetazzoni committed Oct 29, 2021
1 parent c9c828b commit a816c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slides/sysdev-kernel-building/sysdev-kernel-building.tex
Expand Up @@ -395,7 +395,7 @@ \subsection{Compiling and installing the kernel}
\begin{itemize}
\item Run it in the main kernel source directory!
\item Remember to run multiple jobs in parallel
if you have multiple CPU cores. Our advice:
if you have multiple CPU cores / threads. Our advice:
\code{ncpus * 2} or \code{ncpus + 2}, to fully load
the CPU and I/Os at all times.\\
Example: \code{make -j 8}
Expand Down

0 comments on commit a816c68

Please sign in to comment.