Closed msft-jlange closed 9 months ago
Last thing, we should update Documentation/INSTALL.md
where we say:
to build the SVSM with the release target. When the build is finished
there is the ```svsm.bin``` file in the top-directory of the repository. This
is the file which needs to be passed to QEMU.
With that fixed, everything LGTM ;-)
Thanks!
Last thing, we should update
Documentation/INSTALL.md
Done!
Besides being more consistent, this improves the process of performing a clean make ("make clean") because all generated targets are in one place and can be removed more consistently.
The "make clean" target contines to refer to the old files in the stage1 directory so that executing "make clean" after picking up this change will correctly remove the old files.