Implement ecall to handle commands from host to call enclave runtime APIs (#320)

This commit is contained in:
Wenyong Huang
2020-07-28 16:18:54 +08:00
committed by GitHub
parent 056b824ac4
commit 88af12501d
6 changed files with 1035 additions and 52 deletions

View File

@ -3,7 +3,7 @@
<ProdID>0</ProdID>
<ISVSVN>0</ISVSVN>
<StackMaxSize>0x40000</StackMaxSize>
<HeapMaxSize>0x200000</HeapMaxSize>
<HeapMaxSize>0x400000</HeapMaxSize>
<ReservedMemMaxSize>0x100000</ReservedMemMaxSize>
<ReservedMemExecutable>1</ReservedMemExecutable>
<TCSNum>10</TCSNum>