kernel: Move stack region outside of application heap.

This commit is contained in:
bunnei 2018-03-14 22:08:15 -04:00
parent 89312134f6
commit a26561ce20
6 changed files with 6 additions and 11 deletions

View file

@ -33,10 +33,6 @@ enum class HandleType : u32 {
ServerSession,
};
enum {
DEFAULT_STACK_SIZE = 0x10000,
};
enum class ResetType {
OneShot,
Sticky,