1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-27 14:36:33 -05:00

kernel: Increase default stack size to 64K.

This commit is contained in:
bunnei
2018-01-14 17:10:41 -05:00
parent bf1084ff6e
commit bd58c5470c

View File

@@ -35,7 +35,7 @@ enum class HandleType : u32 {
}; };
enum { enum {
DEFAULT_STACK_SIZE = 0x4000, DEFAULT_STACK_SIZE = 0x10000,
}; };
enum class ResetType { enum class ResetType {