kernel: Move stack region outside of application heap.
This commit is contained in:
parent
69ee9edd8d
commit
8581404482
6 changed files with 6 additions and 11 deletions
|
@ -33,10 +33,6 @@ enum class HandleType : u32 {
|
|||
ServerSession,
|
||||
};
|
||||
|
||||
enum {
|
||||
DEFAULT_STACK_SIZE = 0x10000,
|
||||
};
|
||||
|
||||
enum class ResetType {
|
||||
OneShot,
|
||||
Sticky,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue