-
-
Save BDHU/8c6ab518ab37571a1cae132d79ac9a9e to your computer and use it in GitHub Desktop.
This file contains hidden or 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
kvm \ | |
-s \ | |
-display gtk \ | |
-cpu host \ | |
-vga qxl \ | |
-accel kvm \ | |
-kernel "/home/ed/Desktop/linux_kernel/kbuild/arch/x86/boot/bzImage" \ | |
-append "root=/dev/sda1 console=ttyS0,115200n8 nokaslr" \ | |
-drive format=raw,file=/home/ed/virtimg/ubuntu20.04 \ | |
-m 8G \ | |
-smp 6 \ | |
-snapshot |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment