Skip to content

add script to run QEMU

Ron Williams requested to merge rw_van/redox:rw_van_221013 into master

Runs $HOME/Downloads/redox_harddrive.img in QEMU with appropriate options. -i IMAGE to specify a different image file. -s to run in server mode (no vga). Installs QEMU if needed. Tested on Pop, Ubuntu and Fedora. Not tested on Arch or MacOS, but the code is similar to bootstrap.sh for installing QEMU.

Merge request reports