Paul Gofman : ntdll: Increase kernel stack size.

Alexandre Julliard julliard at winehq.org
Wed Apr 13 15:14:44 CDT 2022


Module: wine
Branch: master
Commit: dfd5f109fb4ebad859bf3ce3960b3b2b2ad1341d
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=dfd5f109fb4ebad859bf3ce3960b3b2b2ad1341d

Author: Paul Gofman <pgofman at codeweavers.com>
Date:   Mon Apr 11 13:26:31 2022 +0300

ntdll: Increase kernel stack size.

Signed-off-by: Paul Gofman <pgofman at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/ntdll/unix/unix_private.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/ntdll/unix/unix_private.h b/dlls/ntdll/unix/unix_private.h
index 86e87e6e29a..795fc148479 100644
--- a/dlls/ntdll/unix/unix_private.h
+++ b/dlls/ntdll/unix/unix_private.h
@@ -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;
 




More information about the wine-cvs mailing list