From 3f63c2332e46286bae94af32a3dd67dd00972401 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Wed, 16 Jan 2019 14:55:10 +0000 Subject: [PATCH] sam: fix process size reporting --- Kernel/platform-sam/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kernel/platform-sam/config.h b/Kernel/platform-sam/config.h index 04cbbd80..1d296aeb 100644 --- a/Kernel/platform-sam/config.h +++ b/Kernel/platform-sam/config.h @@ -39,7 +39,7 @@ #define PROGBASE 0x0000 /* Base of user */ #define PROGLOAD 0x0100 /* Load and run here */ #define PROGTOP 0xFD00 /* Top of program, base of U_DATA stash */ -#define PROC_SIZE 32 /* Mimumum memory needed per process */ +#define PROC_SIZE 60 /* Mimumum memory needed per process */ #define BOOT_TTY (512 + 1) /* Set this to default device for stdio, stderr */ /* In this case, the default is the first TTY device */ -- 2.34.1