summaryrefslogtreecommitdiff
path: root/src/core/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/memory.h')
-rw-r--r--src/core/memory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/memory.h b/src/core/memory.h
index e8d796d24..e14d68654 100644
--- a/src/core/memory.h
+++ b/src/core/memory.h
@@ -65,8 +65,8 @@ enum : PAddr {
65/// Virtual user-space memory regions 65/// Virtual user-space memory regions
66enum : VAddr { 66enum : VAddr {
67 /// Where the application text, data and bss reside. 67 /// Where the application text, data and bss reside.
68 PROCESS_IMAGE_VADDR = 0x00100000, 68 PROCESS_IMAGE_VADDR = 0x08000000,
69 PROCESS_IMAGE_MAX_SIZE = 0x03F00000, 69 PROCESS_IMAGE_MAX_SIZE = 0x08000000,
70 PROCESS_IMAGE_VADDR_END = PROCESS_IMAGE_VADDR + PROCESS_IMAGE_MAX_SIZE, 70 PROCESS_IMAGE_VADDR_END = PROCESS_IMAGE_VADDR + PROCESS_IMAGE_MAX_SIZE,
71 71
72 /// Area where IPC buffers are mapped onto. 72 /// Area where IPC buffers are mapped onto.