Guest User

Untitled

a guest
Dec 14th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. cd ~
  2. sudo apt-get update
  3. sudo apt-get install build-essential bin86 kernel-package libqt4-dev libncurses5-dev pkg-config
  4. mkdir rtlinux
  5. cd rtlinux
  6. wget ftp://ftp.kernel.org/pub/linux/kernel/v4.x/linux-4.8.14.tar.xz
  7. wget https://www.kernel.org/pub/linux/kernel/projects/rt/4.8/patch-4.8.14-rt9.patch.gz
  8. tar -xpf linux-4.8.14.tar.xz
  9. gunzip patch-4.8.14-rt9.patch.gz
  10. cp patch-4.8.14-rt9.patch linux-4.8.14
  11. cd linux-4.8.14
  12. cat patch-4.8.14-rt9.patch | patch -p1
  13. make xconfig
  14. make
Add Comment
Please, Sign In to add comment