From: Alan Cox Date: Wed, 16 Jan 2019 14:55:10 +0000 (+0000) Subject: sam: fix process size reporting X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=3f63c2332e46286bae94af32a3dd67dd00972401;p=FUZIX.git sam: fix process size reporting --- 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 */