Created
August 6, 2019 14:19
-
-
Save zoidyzoidzoid/e6d3f5d9a0949a49d2e5fb0922704536 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ls | |
cd /usr/src/app/ | |
ls | |
mkdir install-kernel.sh | |
chmod +x install-kernel.sh | |
vim install-kernel.sh | |
chmod +x install-kernel.sh | |
wget https://github.com/linuxkit/linux/archive/v4.9.125-linuxkit.zip | |
cd - | |
ls | |
./runqlat | |
ln -s /usr/src/app/linux-4.9.125-linuxkit /lib/modules/4.9.125-linuxkit/build | |
ln -s /lib/modules/4.9.125-linuxkit/build /usr/src/app/linux-4.9.125-linuxkit | |
./runqlat | |
ls -la /usr/src/app/linux-4.9.125-linuxkit/ | |
mkdir -p /lib/modules/4.9.125-linuxkit | |
rm -rf /usr/src/app/linux-4.9.125-linuxkit/build | |
ln -s /lib/modules/4.9.125-linuxkit/build /usr/src/app/linux-4.9.125-linuxkit | |
ln -s /usr/src/app/linux-4.9.125-linuxkit /lib/modules/4.9.125-linuxkit/build | |
ls -la /lib/modules/4.9.125-linuxkit/build | |
./runqlat | |
cd /usr/src/app/ | |
ls | |
cd linux-4.9.125-linuxkit/ | |
make oldconfig | |
apt-get install -y gcc | |
apt-get update | |
apt-get install -y gcc | |
make oldconfig | |
apt-get install -y make | |
make oldconfig |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment