Skip to content

Add a Qemu VM for development

Madeline Haraj requested to merge qemu-qa into develop

Summary

The ./run.sh script mounts the working directory in the VM image. You can pass a specific disk image on the command line as well; otherwise, the default image name will be used.

I successfully installed hello with nix-env but have not run a full integration test with basalt itself.

Checklist for success

  • I have updated the changelog.
  • I have updated the README for any non-trivial changes.
  • My code is consistent with the Obsidian style guide.
Edited by Madeline Haraj

Merge request reports