1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

increase the number of cores

This commit is contained in:
Stefan Lankes 2016-03-08 16:08:11 +01:00
parent a2c2e3a7be
commit c045e3d5f2

View file

@ -32,8 +32,8 @@
extern "C" {
#endif
#define MAX_CORES 128
#define MAX_TASKS 16
#define MAX_CORES 64
#define MAX_TASKS (MAX_CORES*2+2)
#define MAX_ISLE 8
#define MAX_FNAME 128
#define TIMER_FREQ 100 /* in HZ */