Commit dfd5f109 authored by Paul Gofman's avatar Paul Gofman Committed by Alexandre Julliard

ntdll: Increase kernel stack size.

parent 66a639e9
......@@ -84,7 +84,7 @@ static const SIZE_T page_size = 0x1000;
static const SIZE_T teb_size = 0x3800; /* TEB64 + TEB32 + debug info */
static const SIZE_T signal_stack_mask = 0xffff;
static const SIZE_T signal_stack_size = 0x10000 - 0x3800;
static const SIZE_T kernel_stack_size = 0x20000;
static const SIZE_T kernel_stack_size = 0x100000;
static const SIZE_T min_kernel_stack = 0x2000;
static const LONG teb_offset = 0x2000;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment