[Zion] Free all user space mappings when exitting a process.
This commit is contained in:
parent
e50d3f8abc
commit
39ac0216dd
2 changed files with 5 additions and 1 deletions
|
|
@ -25,3 +25,5 @@ const uint64_t kKernelStackOffset = 4 * kPageSize;
|
|||
const uint64_t kUserStackMin = 0x00007FF0'00000000;
|
||||
const uint64_t kUserStackMax = 0x00008000'00000000;
|
||||
const uint64_t kUserStackSize = MiB;
|
||||
|
||||
const uint64_t kUserSpaceMax = 0x00008000'00000000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue