Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
dfd5f109
Commit
dfd5f109
authored
Apr 11, 2022
by
Paul Gofman
Committed by
Alexandre Julliard
Apr 13, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ntdll: Increase kernel stack size.
Signed-off-by:
Paul Gofman
<
pgofman@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
66a639e9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
unix_private.h
dlls/ntdll/unix/unix_private.h
+1
-1
No files found.
dlls/ntdll/unix/unix_private.h
View file @
dfd5f109
...
...
@@ -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
=
0x
2
0000
;
static
const
SIZE_T
kernel_stack_size
=
0x
10
0000
;
static
const
SIZE_T
min_kernel_stack
=
0x2000
;
static
const
LONG
teb_offset
=
0x2000
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment