svc: Implement MapMemory.

This commit is contained in:
bunnei 2017-12-28 21:38:38 -05:00
parent 3421e1617e
commit 6e021f22b8
3 changed files with 17 additions and 4 deletions

View file

@ -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.