rohit.gupta created page: DeveloperMeeting20160426

nikaeinn
2016-05-30 14:38:38 +02:00
parent 03f4b75186
commit da34d93b0a

@@ -46,6 +46,10 @@ Ubuntu 14.04, 64-bit architecture and lowlatency (preemption at 1ms).
```shell
version=3.17
wget -r -e robots=off --accept-regex "(.*lowlatency.*amd64)|(all).deb" http://kernel.ubuntu.com/~kernel-ppa/mainline/v${version}-utopic/
OR
version=3.19
wget -r -e robots=off --accept-regex "(.*lowlatency.*amd64)|(all).deb" http://kernel.ubuntu.com/~kernel-ppa/mainline/v${version}-vivid/
Then
dpkg -i kernel.ubuntu.com/*/*/*/*deb
```