mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-12 17:56:32 +00:00
kernel: Move stack region outside of application heap.
This commit is contained in:
@@ -33,10 +33,6 @@ enum class HandleType : u32 {
|
||||
ServerSession,
|
||||
};
|
||||
|
||||
enum {
|
||||
DEFAULT_STACK_SIZE = 0x10000,
|
||||
};
|
||||
|
||||
enum class ResetType {
|
||||
OneShot,
|
||||
Sticky,
|
||||
|
||||
Reference in New Issue
Block a user