Created
July 6, 2023 19:03
-
-
Save eariassoto/0d3b23710a6330346aa7a6dab8cbd483 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
XRES=1366 | |
YRES=768 | |
RAM=8G | |
qemu-system-x86_64 \ | |
-drive format=raw,file=chromeos_15437.42.0_reven_recovery_stable-channel_mp-v2.bin \ | |
-enable-kvm \ | |
-m $RAM \ | |
-machine q35,accel=kvm,dump-guest-core=off,vmport=off \ | |
-cpu host \ | |
-smp cores=8 \ | |
-display sdl,gl=on \ | |
-device virtio-vga,xres=$XRES,yres=$YRES \ | |
-netdev user,id=net0 \ | |
-device e1000-82545em,netdev=net0,id=net0,mac=52:54:f0:c9:18:28 \ | |
-net nic,model=virtio-net-pci \ | |
-usb -device usb-kbd -device usb-mouse \ | |
-device qemu-xhci,id=xhci | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment