mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 20:25:47 +00:00
kernel: Increase default stack size to 64K.
This commit is contained in:
parent
488f885c40
commit
99d1279753
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ enum class HandleType : u32 {
|
||||||
};
|
};
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
DEFAULT_STACK_SIZE = 0x4000,
|
DEFAULT_STACK_SIZE = 0x10000,
|
||||||
};
|
};
|
||||||
|
|
||||||
enum class ResetType {
|
enum class ResetType {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue