aboutsummaryrefslogtreecommitdiff
path: root/kern/bootstrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'kern/bootstrap.c')
-rw-r--r--kern/bootstrap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/bootstrap.c b/kern/bootstrap.c
index 00064cef..60e1ad58 100644
--- a/kern/bootstrap.c
+++ b/kern/bootstrap.c
@@ -570,7 +570,7 @@ build_args_and_stack(struct exec_info *boot_exec_info,
char * zero = (char *)0;
int i;
-#define STACK_SIZE (64*1024)
+#define STACK_SIZE (2*64*1024)
/*
* Calculate the size of the argument list.