mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-27 19:14:21 +01:00
As x86_64 has updated the guest kernel to enable EFI support for NEMU, because OVMF that is used by NEMU is an EFI firmware. Although the NEMU is not ready for Arm64, we'd better to enable EFI support in kernel to keep sync with x86_64. Fixes #228 Signed-off-by: Wei Chen <wei.chen@arm.com>
How to use config files
config files must be copied in the kernel source code directory and renamed to .config
For example:
cp x86_kata_kvm_4.14.x linux-4.14.22/.config
pushd linux-4.14.22
make ARCH=x86_64 -j4
How to modify config files
cp x86_kata_kvm_4.14.x linux-4.14.22/.config
pushd linux-4.14.22
make menuconfig
popd
cp linux-4.14.22/.config x86_kata_kvm_4.14.x