occlum/src/pal
Tate, Hongliang Tian a3ad465ce3 Fix SGX simulation mode broken by the interrupt subsystem
The new interrupt subsystem breaks the simulation mode in two ways:

1. The signal 64 is not handled by Intel SGX SDK in simulation mode. A
handled real-time signal crashes the process.

2. The newly-enabled test case exit_group depends on interrupts. But
enclave interrupts, like enclave exceptions, are not supported in
simulation mode.

This commit ensures signal 64 is ignored by default and exit_group test
case is not enabled in simulation mode.
2020-07-11 14:19:41 +00:00
..
include Add Occlum version for dynamic libraries 2020-06-22 07:36:03 +00:00
src Fix SGX simulation mode broken by the interrupt subsystem 2020-07-11 14:19:41 +00:00
Makefile Fix occlum pal build issue 2020-07-09 19:12:02 +08:00
pal.lds Use pal api interface without prefix of libos type. 2020-06-12 09:02:07 +08:00