gnulinux:build_kernel_rt
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
gnulinux:build_kernel_rt [2014/12/03 09:40] – [Steps] redox | gnulinux: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 " | ||
- | |||
- | mkdir ~/rt_kern | ||
- | cd ~/rt_kern | ||
- | |||
- | Get the files ! | ||
- | |||
- | wget -c https:// | ||
- | wget -c https:// | ||
- | |||
- | Extract and patch | ||
- | |||
- | tar xaf linux-3.14.25.tar.xz | ||
- | unxz patch-3.14.25-rt22.patch.xz | ||
- | cd ./ | ||
- | patch -p1 < ../ | ||
- | |||
- | 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:// | ||
/home/share/www/redox.ws/wiki/data/attic/gnulinux/build_kernel_rt.1417599610.txt.gz · Last modified: 2023/11/24 21:55 (external edit)