svc: Implement MapMemory.
This commit is contained in:
parent
3421e1617e
commit
6e021f22b8
3 changed files with 17 additions and 4 deletions
|
@ -136,7 +136,7 @@ enum : VAddr {
|
|||
|
||||
/// Application heap (includes stack).
|
||||
HEAP_VADDR = 0x108000000,
|
||||
HEAP_SIZE = 0x08000000,
|
||||
HEAP_SIZE = 0x18000000,
|
||||
HEAP_VADDR_END = HEAP_VADDR + HEAP_SIZE,
|
||||
|
||||
/// Area where shared memory buffers are mapped onto.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue