User Tools

Site Tools


gnulinux:build_kernel_rt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
gnulinux:build_kernel_rt [2014/12/03 09:39] – [Steps] redoxgnulinux:build_kernel_rt [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-# GNU/Linux with RT 
- 
-## Overview 
- 
-## Steps 
- 
-Create a "workspace", where you have some free disk space 
- 
-    mkdir ~/rt_kern 
-    cd ~/rt_kern 
- 
-Get the files ! 
- 
-    wget -c https://www.kernel.org/pub/linux/kernel/v3.x/linux-3.14.25.tar.xz 
-    wget -c https://www.kernel.org/pub/linux/kernel/projects/rt/3.14/patch-3.14.25-rt22.patch.xz 
- 
-Extract and patch 
- 
-    tar xaf linux-3.14.25.tar.xz 
-    unxz patch-3.14.25-rt22.patch.xz 
-    cd ./linux-3.14.25 
-    patch -p1 ../patch-3.14.25-rt22.patch 
- 
-Now comes the _fun_ part: __Configuring the Kernel__ That's usually the part where you screw up and build a non-working kernel. 
- 
- 
-## Links 
- 
-* https://rt.wiki.kernel.org/index.php/RT_PREEMPT_HOWTO 
  
/home/share/www/redox.ws/wiki/data/attic/gnulinux/build_kernel_rt.1417599588.txt.gz · Last modified: 2023/11/24 21:55 (external edit)