add consumer processors
This commit is contained in:
parent
1d2e308184
commit
95fb313018
@ -40,4 +40,4 @@ Useful resources:
|
|||||||
- [DeTEE SGX library](https://gitea.detee.cloud/general/detee-sgx) (dependency)
|
- [DeTEE SGX library](https://gitea.detee.cloud/general/detee-sgx) (dependency)
|
||||||
- [Occlum DeTEE fork](https://gitea.detee.cloud/general/occlum) (dependency)
|
- [Occlum DeTEE fork](https://gitea.detee.cloud/general/occlum) (dependency)
|
||||||
|
|
||||||
<script type="text/javascript" id="hcb" src="/js/comments.js"></script><div id="HCB_comment_box"></div><link rel="stylesheet" type="text/css" href="/css/comments.css"/>
|
<script type="text/javascript" id="hcb" src="/js/comments.js"></script><div id="HCB_comment_box"></div><link rel="stylesheet" type="text/css" href="/css/comments.css"/>
|
||||||
|
@ -1,11 +1,17 @@
|
|||||||
# Prerequisites
|
# Prerequisites
|
||||||
|
|
||||||
For running the Hacker Challenge you need a VM with Intel processor that supports
|
> You need have a Server with Intel [processor that supports
|
||||||
SGX1/2, check [supported processors](https://www.intel.com/content/www/us/en/architecture-and-technology/software-guard-extensions-processors.html).
|
SGX](https://www.intel.com/content/www/us/en/architecture-and-technology/software-guard-extensions-processors.html) or rent a VM, for options see [RedSwitches](redswitches.com) or [Hetzner](hetzner.com).
|
||||||
You may also rent a VM, see [RedSwitches](redswitches.com) or [Hetzner](hetzner.com).
|
You may also have the compliant processor in your laptop or desktop, [check here](https://www.intel.com/content/www/us/en/ark/featurefilter.html?productType=873&2_SoftwareGuardExtensions=Yes%20with%20Intel%C2%AE%20ME).
|
||||||
Public IP is not mandatory to participate.
|
|
||||||
|
> Public IP is not required to participate.
|
||||||
|
|
||||||
|
Make sure you enabled SGX in BIOS. You can check if SGX is enabled from the terminal:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
cpuid | grep -i sgx
|
||||||
|
```
|
||||||
|
|
||||||
Make sure you enabled SGX in BIOS. Just do `cpuid | grep -i sgx` to see if SGX is enabled.\
|
|
||||||
Make sure you also have kernel above v5.13 to get a built-in SGX DCAP driver.\
|
Make sure you also have kernel above v5.13 to get a built-in SGX DCAP driver.\
|
||||||
Final step is to add the symlinks for the sgx devices:
|
Final step is to add the symlinks for the sgx devices:
|
||||||
|
|
||||||
@ -15,4 +21,4 @@ sudo ln -sf ../sgx_enclave /dev/sgx/enclave
|
|||||||
sudo ln -sf ../sgx_provision /dev/sgx/provision
|
sudo ln -sf ../sgx_provision /dev/sgx/provision
|
||||||
```
|
```
|
||||||
|
|
||||||
<script type="text/javascript" id="hcb" src="/js/comments.js"></script><div id="HCB_comment_box"></div><link rel="stylesheet" type="text/css" href="/css/comments.css"/>
|
<script type="text/javascript" id="hcb" src="/js/comments.js"></script><div id="HCB_comment_box"></div><link rel="stylesheet" type="text/css" href="/css/comments.css"/>
|
||||||
|
Reference in New Issue
Block a user