From a8b7141a8a71c8d88dbfb5c3a12c5435b0fff8d5 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 20 Jun 2011 14:45:45 +0200 Subject: [PATCH] sccedit --- include/metalsvm/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/metalsvm/config.h b/include/metalsvm/config.h index cfabb277..f70fdd4c 100644 --- a/include/metalsvm/config.h +++ b/include/metalsvm/config.h @@ -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