Hello, is it possible to launch and execute commands on a Genode VM completely through a Linux terminal? I tried qemu's '-nographic' option but it doesn't work. The reason I need this is because I want to make some changes to a compiler that has Genode support. I need to make some changes to the Genode specific code generation. I would like to do this as a test workflow on GitHub.
Thanks!