SMP version is currently buggy => please define MAX_CORES as 1
This commit is contained in:
parent
e57a447fda
commit
28a535dbeb
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ extern "C" {
|
|||
|
||||
#define METALSVM_VERSION "0.1"
|
||||
#define MAX_TASKS 16
|
||||
#define MAX_CORES 4
|
||||
#define MAX_CORES 1
|
||||
#define MAX_FNAME 128
|
||||
#define DEFAULT_STACK_SIZE (32*1024)
|
||||
#define KERNEL_STACK_SIZE 8192
|
||||
|
|
Loading…
Add table
Reference in a new issue