code_exec, please could you advise regarding your KVM tutorial?
https://www.raspberrypi.org/forums/view ... 3&t=232796
There's a few typos in the commands:
sudo make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu INSTALL_MOD_PATH=/mnt modules_install
=
sudo make ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- INSTALL_MOD_PATH=/mnt modules_install
sudo cp -r modules/ /lib/modules/
=
sudo cp -r modules/ /lib/
But I couldn't get it to work either way. Compiling the kernel didn't produce any .ko modules with a "kvm" prefix, so I think some steps have been left out. Also, I'm not a dev, so it's not clear what concept is being used:
-upgrading the raspi2 kernel
-changing the raspi2 kernel
-adding a kernel alongside the raspi2 kernel