UPD 03 processor type and features TODO CONFIG_NR_CPUS

This commit is contained in:
2025-07-04 22:41:58 +02:00
parent 53bc038b85
commit a5a89a40fd
2 changed files with 5 additions and 7 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:f03e9af39f274b392ede03a048fff5265db66b79a4e6d4f6a488cc393c47aa0f oid sha256:6b549e406a88f01ad4d734975a35c5fd2b317733455832522b31e345b678328d
size 3259048 size 3259103

View File

@@ -595,11 +595,9 @@ If unsure, say N.}
\subsection{Maximum number of CPUs} \subsection{Maximum number of CPUs}
CONFIG\_NR\_CPUS \colorbox{yellow!80}{[=320] \textbf{[8]}}\\ CONFIG\_NR\_CPUS \colorbox{yellow!80}{[=320] \textbf{[8]}}\\
Hier können Sie die maximale Anzahl von CPUs angeben, die dieser Kernel unterstützen soll. Hier können Sie die maximale Anzahl von CPUs angeben, die dieser Kernel unterstützen soll.
Wenn CPUMASK\_OFFSTACK aktiviert ist, ist der maximal unterstützte Wert 8192, andernfalls Wenn CPUMASK\_OFFSTACK aktiviert ist, ist der maximal unterstützte Wert \num{8192}, andernfalls ist der maximale Wert \num{512}.
ist der maximale Wert 512. Der Mindestwert, der Sinn macht, ist 2. Der kleinste sinnvolle Wert ist 2.
Dies dient lediglich dazu, Speicher zu sparen: jede unterstützte CPU fügt dem Kernel-Image etwa \qty{8}{\kilo\byte} hinzu.
Dies dient lediglich dazu, Speicher zu sparen: jede unterstützte CPU fügt dem Kernel-Image
etwa 8~kB hinzu.
\english{This allows you to specify the maximum number of CPUs which this kernel will support. \english{This allows you to specify the maximum number of CPUs which this kernel will support.
If CPUMASK\_OFFSTACK is enabled, the maximum supported value is 8192, otherwise the maximum value is 512. If CPUMASK\_OFFSTACK is enabled, the maximum supported value is 8192, otherwise the maximum value is 512.
The minimum value which makes sense is 2.\\ The minimum value which makes sense is 2.\\