diff --git a/kernel/proc/proc.h b/kernel/proc/proc.h index 8e188f1..48faef0 100644 --- a/kernel/proc/proc.h +++ b/kernel/proc/proc.h @@ -13,7 +13,7 @@ #define PROC_NAME_MAX 0x100 -#define PROC_STACKBLOCKS (1024*2) +#define PROC_STACKBLOCKS (1024*1) #define PROC_STACKSIZE (PROC_STACKBLOCKS * BITMAP_BLOCK_SIZE) #define PROC_MAX 0x100 // max amount of processes