From ab32eb726b7f5971b8aa1da90506f712544e9f1f Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 12 Sep 2015 17:11:13 +0200 Subject: [PATCH] increase default size of the user-level stack --- hermit/include/hermit/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hermit/include/hermit/config.h b/hermit/include/hermit/config.h index a6007d4b7..f4afa1f3c 100644 --- a/hermit/include/hermit/config.h +++ b/hermit/include/hermit/config.h @@ -40,7 +40,7 @@ extern "C" { #define VIDEO_MEM_ADDR 0xB8000 /* the video memory address */ #define CACHE_LINE 64 #define KERNEL_STACK_SIZE (8<<10) /* 8 KiB */ -#define DEFAULT_STACK_SIZE (16*1024) /* 16 KiB */ +#define DEFAULT_STACK_SIZE (64*1024) /* 16 KiB */ #define KMSG_SIZE (8*1024) #define INT_SYSCALL 0x80 #define MAILBOX_SIZE 32