QEMU - Linux Kernel Build and Run with x86_64

Описание к видео QEMU - Linux Kernel Build and Run with x86_64

For More Information : https://ocom5com.blogspot.com/

Preparation of Kernel Build

make clean
make x86_64_defconfig
make kvm_guest.config
make -j8

Update Kernel

./qemu-system-x86_64 -hda ./ubuntu.img -m 4096 --enable-kvm -kernel ~/temp/linux/linux-5.15.85/arch/x86/boot/bzImage -append "root=/dev/sda5 console=ttyS0" -nographic

Комментарии

Информация по комментариям в разработке