Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste ÜberarbeitungBeide Seiten der Revision
software:linux:realtime:preempt_rt:build_kernel [2019-01-21 16:59] mgehrig2software:linux:realtime:preempt_rt:build_kernel [2019-02-13 13:05] mgehrig2
Zeile 25: Zeile 25:
   * Applay the patch<code>patch -p1 < <pathToPatch>/patch-4.4.148-rt166-rc1.patch</code>   * Applay the patch<code>patch -p1 < <pathToPatch>/patch-4.4.148-rt166-rc1.patch</code>
  
-==== Choose the build type ====+==== Choose the build variant ====
 This selection will affect, how many modules will be built. This selection will affect, how many modules will be built.
 The sizef and the range of functions of the monolitic kernel will not be changed. The sizef and the range of functions of the monolitic kernel will not be changed.
Zeile 31: Zeile 31:
  
   * **a.) Minimal**: This will only build modules which are essential. Some basic function like Wifi drivers may be missing. Some basic Ethernet drive are in the monolitic part of the kernel and will still work   * **a.) Minimal**: This will only build modules which are essential. Some basic function like Wifi drivers may be missing. Some basic Ethernet drive are in the monolitic part of the kernel and will still work
-  * **b.) Full module support** A normal Linux distribution, like Ubuntu, will install a kernel and most of the available kernel modules. Many of them are never used, because they are drivers for hardware, wich is not installed on the PC. This variant contains the same modules like a full Ubuntu kernel.+  * **b.) Full module support** (recommended ) A normal Linux distribution, like Ubuntu, will install a kernel and most of the available kernel modules. Many of them are never used, because they are drivers for hardware, wich is not installed on the PC. This variant contains the same modules like a full Ubuntu kernel.
   * **c.) Only selected modules**   * **c.) Only selected modules**