Skip to content

add script to run redox in qemu

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

This script runs qemu-system-x86_64 on $HOME/Downloads/redox_harddrive.img with a suitable set of options. User can specify a different name for the image with -i IMAGE_NAME and can specify server mode with -s, which will add -nographics -vga none to the qemu options.

Merge request reports