зеркало из https://github.com/microsoft/lsvmtools.git
34 строки
1.0 KiB
Markdown
34 строки
1.0 KiB
Markdown
# vmshield
|
|
Linux project for Microsoft Shielded VM project
|
|
|
|
|
|
### How to install LSVMTools:
|
|
|
|
1. Configure the distribution:
|
|
|
|
`./configure`
|
|
|
|
2. Build the distribution:
|
|
|
|
`make`
|
|
|
|
3. Install LSVMTools (under /opt/lsvmtools-1.0.0):
|
|
|
|
`make install`
|
|
|
|
4. Prepare an image for shielding:
|
|
|
|
`cd /opt/lsvmtools-1.0.0`
|
|
`./lsvmprep`
|
|
|
|
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
|
|
|
### Code of Conduct
|
|
|
|
This project has adopted the [Microsoft Open Source Code of Conduct]
|
|
(https://opensource.microsoft.com/codeofconduct/). For more
|
|
information see the [Code of Conduct FAQ]
|
|
(https://opensource.microsoft.com/codeofconduct/faq/) or contact
|
|
[opencode@microsoft.com](mailto:opencode@microsoft.com) with any
|
|
additional questions or comments.
|