mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-09 00:12:45 +01:00
kernel: Increase default stack size to 64K.
This commit is contained in:
parent
bf1084ff6e
commit
bd58c5470c
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…
Reference in a new issue