From ccb93a5914e819b6700ce433dead1b74d45f2900 Mon Sep 17 00:00:00 2001 From: David Given Date: Sat, 24 Oct 2015 21:31:55 +0200 Subject: [PATCH] We can afford another process now (in the slack space). --- Kernel/platform-msp430fr5969/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-msp430fr5969/config.h b/Kernel/platform-msp430fr5969/config.h index 5dd844f0..7e52e486 100644 --- a/Kernel/platform-msp430fr5969/config.h +++ b/Kernel/platform-msp430fr5969/config.h @@ -8,7 +8,7 @@ #undef CONFIG_PROFIL /* Multiple processes in memory at once */ #undef CONFIG_MULTI -#define PTABSIZE 5 +#define PTABSIZE 6 #define MAX_SWAPS PTABSIZE #define CONFIG_USERMEM_DIRECT -- 2.34.1