Last active
April 30, 2020 20:57
-
-
Save rhizoome/9e5899e9b2a02b88ee884d93b16b7ede to your computer and use it in GitHub Desktop.
This file contains 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
qemu-system-x86_64 | |
-m 512M | |
-serial stdio | |
-monitor null | |
-kernel {S.kernel} | |
-initrd {S.initramfs} | |
-drive file=root.squashfs,if=virtio,format=raw | |
--append "root=/dev/vda console=ttyS0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment