@@ -40,9 +40,9 @@ No Enclave in a Hypervisor
40
40
--------------------------
41
41
42
42
ACRN does not support running an enclave in a hypervisor since the whole
43
- hypervisor is currently unning in VMX root mode, ring 0, and an enclave must
44
- run in ring 3. SGX virtualization in ACRN provides the SGX capability to (non-
45
- SOS) VMs.
43
+ hypervisor is currently running in VMX root mode, ring 0, and an enclave must
44
+ run in ring 3. SGX virtualization in ACRN provides the SGX capability to (
45
+ non- SOS) VMs.
46
46
47
47
Enable SGX on Host
48
48
------------------
@@ -90,7 +90,8 @@ enable SGX support in the BIOS and in ACRN:
90
90
the SGX EPC size is 0x5d80000 (93.5MB) when the SGX Reserved Memory
91
91
Size is set to 128MB.
92
92
93
- #. Add the EPC config in the VM configuration:
93
+ #. Add the EPC config in the VM configuration.
94
+
94
95
Apply the patch to enable SGX support in UOS in the SDC scenario:
95
96
96
97
.. code-block :: bash
@@ -100,10 +101,10 @@ enable SGX support in the BIOS and in ACRN:
100
101
101
102
#. Enable SGX in Guest:
102
103
103
- * **For a Linux Guest **, follow ` these Linux SGX build instructions
104
+ * **For a Linux Guest **, follow these ` Linux SGX build instructions
104
105
<https://github.com/intel/linux-sgx> `_
105
106
to build and install the SGX driver and the SGX SDK and PSW packages.
106
- * **For a Windows Guest **, follow ` these Windows SGX build instructions
107
+ * **For a Windows Guest **, follow these ` Windows SGX build instructions
107
108
<https://software.intel.com/en-us/articles/getting-started-with-sgx-sdk-for-windows> `_
108
109
for enabling applications with Intel SGX using Microsoft* Visual Studio*
109
110
2015 on a 64-bit Microsoft Windows* OS.
0 commit comments