Commit Graph

3 Commits

Author SHA1 Message Date
Drew Galbraith 6756d25e5c [Build] Add a way to start qemu in debug mode with new script. 2023-11-16 22:11:35 -08:00
Drew Galbraith 1c7eacd977 [Build] Separate 'ninja && ninja install' so the script exits if they fail. 2023-11-15 18:38:31 -08:00
Drew Galbraith 0ced0032ff Move qemu startup to its own script.
This causes us to reinstall and rebuild the image each time
we run qemu. This necessary now that we are loading files
from the disk because cmake makes it tricky (impossible?) to
have a command rely on a different target being "installed".

Because of this, updates to the teton executable were not being
picked up on the image.
2023-11-15 16:39:36 -08:00