On 29/06/2021 15.18, Janosch Frank wrote:
Snippets are small guests That can be run under a unit test as the
hypervisor.
s/That/that/. Maybe also rather something like:
Snippets are small guests which can be run under a unit test that implements
a simple hypervisor.
?
They can be written in C or assembly. The C code needs a
linker script and a start assembly file that jumps to main to work
properly. So let's add that as well as a gitignore entry for the new
files.
Rest of the file looks fine to me.
Reviewed-by: Thomas Huth <thuth@xxxxxxxxxx>