Skip to content

Commit 879d013

Browse files
deb-inteldbkinder
authored andcommitted
final edit 2
Signed-off-by: Deb Taylor <deb.taylor@intel.com>
1 parent 1ccb902 commit 879d013

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

doc/tutorials/sgx_virtualization.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ No Enclave in a Hypervisor
4040
--------------------------
4141

4242
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.
4646

4747
Enable SGX on Host
4848
------------------
@@ -90,7 +90,8 @@ enable SGX support in the BIOS and in ACRN:
9090
the SGX EPC size is 0x5d80000 (93.5MB) when the SGX Reserved Memory
9191
Size is set to 128MB.
9292

93-
#. Add the EPC config in the VM configuration:
93+
#. Add the EPC config in the VM configuration.
94+
9495
Apply the patch to enable SGX support in UOS in the SDC scenario:
9596

9697
.. code-block:: bash
@@ -100,10 +101,10 @@ enable SGX support in the BIOS and in ACRN:
100101
101102
#. Enable SGX in Guest:
102103

103-
* **For a Linux Guest**, follow `these Linux SGX build instructions
104+
* **For a Linux Guest**, follow these `Linux SGX build instructions
104105
<https://github.com/intel/linux-sgx>`_
105106
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
107108
<https://software.intel.com/en-us/articles/getting-started-with-sgx-sdk-for-windows>`_
108109
for enabling applications with Intel SGX using Microsoft* Visual Studio*
109110
2015 on a 64-bit Microsoft Windows* OS.

0 commit comments

Comments
 (0)