cd ~ sudo apt-get update sudo apt-get install build-essential bin86 kernel-package libqt4-dev libncurses5-dev libssl-dev pkg-config mkdir rtlinux cd rtlinux wget ftp://ftp.kernel.org/pub/linux/kernel/v4.x/linux-4.1.35.tar.xz wget https://www.kernel.org/pub/linux/kernel/projects/rt/4.1/patch-4.1.35-rt41.patch.gz tar -xpf linux-4.1.35.tar.xz gunzip patch-4.1.35-rt41.patch.gz cp patch-4.1.35-rt41.patch linux-4.1.35 cd linux-4.1.35 cat patch-4.1.35-rt41.patch | patch -p1 make xconfig make -j8 sudo make modules_install sudo make install