This was silently corrupting memory on x86-64. Enable CONFIG_TEST so that this is detected properly, and increase the stack size appropriately. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
9 lines
171 B
Plaintext
9 lines
171 B
Plaintext
# Allow worker threads to capture all resources
|
|
CONFIG_MAIN_THREAD_PRIORITY=11
|
|
|
|
# Enable SMP
|
|
CONFIG_SMP=y
|
|
|
|
# Enable assertions, stack overflow checking, etc
|
|
CONFIG_TEST=y
|