Skip to content

Instantly share code, notes, and snippets.

View sarsanaee's full-sized avatar
🏁
Some don't even get to see the checkered flag!

Alireza Sanaee sarsanaee

🏁
Some don't even get to see the checkered flag!
View GitHub Profile
@aagontuk
aagontuk / linux_kernel_on_kvm_guest.md
Last active March 16, 2023 02:38
Installing/Preparing a KVM guest for Linux kernel development in Debian.

Graphical Installation

Bellow instructions are for creating a kvm guest OS(Debian) on Debian. Though the examples are based on Debian it should be same for all other distro.

  • Check if your CPU support virtualization: grep -E --color=auto 'vmx|svm|0xc0f' /proc/cpuinfo

  • Check if the host kernel support KVM: grep CONFIG_KVM /boot/config-$(uname -r)