diff --git a/Setup-Computer-Debian-11.md b/Setup-Computer-Debian-11.md index 69c71f6..92cadd4 100644 --- a/Setup-Computer-Debian-11.md +++ b/Setup-Computer-Debian-11.md @@ -98,12 +98,13 @@ sudo ./INSTALL ``` cd ~/BaseSystem -wget https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.14.111.tar.gz -tar xfz linux-4.14.111.tar.gz -tar xfj ../work/stxm/SystemInstall/rtai-5.2.tar.bz2 -cd linux-4.14.111 -patch -p1 < ../rtai-5.2/base/arch/x86/patches/hal-linux-4.14.111-x86-3.patch -cp ~/work/stxm/SystemInstall/config_4.14.111_for_rtai-52 .config +wget https://mirrors.edge.kernel.org/pub/linux/kernel/v4.x/linux-4.19.177.tar.gz +tar xfz linux-4.19.177.tar.gz +wget https://www.rtai.org/userfiles/downloads/RTAI/rtai-5.3.tar.bz2 +tar xfj rtai-5.3.tar.bz2 +cd linux-4.19.177 +patch -p1 < ../rtai-5.3/base/arch/x86/patches/hal-linux-4.19.177-cip44-x86-17.patch +cp ~/work/stxm/SystemInstall/linux-4.19.177rt.config .config make localmodconfig # Compile only Modules, as they are used on the current computer make -j5 deb-pkg LOCALVERSION=-rt1