keystone-enclave / keystone-sdk

SDK for Keystone Enclave - ABI/SBI libraries and sample apps
Other
44 stars 22 forks source link

Bump Runtime and Remove User Stack Allocation #22

Closed dayeol closed 5 years ago

dayeol commented 5 years ago

Eyrie runtime now manages page table itself, so we don't need to allocate user stack when we create the enclave. Leaving initStack function so that we can use it with a minimal Eyrie runtime without freemem