summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlmuHS <almuhs@github.com>2019-05-01 21:08:20 +0200
committerAlmuHS <almuhs@github.com>2019-05-01 21:08:20 +0200
commit42665a248b3d8139660ac6ed4243bbb0452641ac (patch)
tree75393435952b38ab2a2bb3531704c01296ccf911
parent58c6ffa92ba43be5d06ac242b502eca8bda1b19f (diff)
experiment: redefined STACK_SIZE
-rw-r--r--i386/i386/vm_param.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/i386/i386/vm_param.h b/i386/i386/vm_param.h
index c940835b..1d65b85a 100644
--- a/i386/i386/vm_param.h
+++ b/i386/i386/vm_param.h
@@ -75,7 +75,9 @@
#else /* MACH_PV_PAGETABLES */
#define KERNEL_STACK_SIZE (1*I386_PGBYTES)
#define INTSTACK_SIZE (1*I386_PGBYTES)
-#define STACK_SIZE (4096 * 2)
+//#define STACK_SIZE (4096 * 2)
+#define STACK_SIZE (2*I386_PGBYTES)
+
#endif /* MACH_PV_PAGETABLES */
/* interrupt stack size */