[Zion] Add a AddressSpaceUnmap syscall to free memory.
This commit is contained in:
parent
e668428d9d
commit
30b6511467
9 changed files with 60 additions and 18 deletions
|
|
@ -21,7 +21,7 @@ const uint64_t kZionThreadWait = 0x13;
|
|||
|
||||
// Memory Calls
|
||||
const uint64_t kZionAddressSpaceMap = 0x21;
|
||||
const uint64_t kZionAddressSpaceUnMap = 0x21;
|
||||
const uint64_t kZionAddressSpaceUnmap = 0x22;
|
||||
|
||||
const uint64_t kZionMemoryObjectCreate = 0x30;
|
||||
const uint64_t kZionMemoryObjectCreatePhysical = 0x31;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue