Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
software:linux:realtime:preempt_rt:build_kernel [2019-02-13 15:54] mgehrig2software:linux:realtime:preempt_rt:build_kernel [2019-02-13 15:55] mgehrig2
Zeile 46: Zeile 46:
   - Copy the kernel configuration from the generic kernel.   - Copy the kernel configuration from the generic kernel.
     * Make sure you copy the correct config-file with the correct version (i.e. ''config-4.4.0-040400-generic'')<code>cd <pathToKernelSrc>     * Make sure you copy the correct config-file with the correct version (i.e. ''config-4.4.0-040400-generic'')<code>cd <pathToKernelSrc>
-cp /boot/<yourDistributionConfig> +cp /boot/<yourDistributionConfig></code
-make oldconfig</code>+  - Applay the configuration to the patched kernel sources.<code>make oldconfig</code> 
 +  *