From 69592267074b2b1bacef53e6af0b183e0e25152d Mon Sep 17 00:00:00 2001 From: Erik van der Kouwe Date: Wed, 27 Jan 2010 18:37:12 +0000 Subject: [PATCH] Increase process table size --- include/minix/sys_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/minix/sys_config.h b/include/minix/sys_config.h index 015e9bd46..05702c4bf 100644 --- a/include/minix/sys_config.h +++ b/include/minix/sys_config.h @@ -18,7 +18,7 @@ #define _PTR_SIZE _EM_WSIZE #endif -#define _NR_PROCS 100 +#define _NR_PROCS 256 #define _NR_SYS_PROCS 32 /* Set the CHIP type based on the machine selected. The symbol CHIP is actually -- 2.44.0