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